Hi,
I tried this
waitfor 0.2 , (Name:“MyImage”, Description : “Some Text”)
put imageinfo(“MyImage”)
Its puts the following info about image
captureLocation , HotSpot , ImageName , ImagePath , ImageSize , Pulsing , SearchType.
But I did not see Image Description any where.
I was wondering if I try something like this -
[i]try
waitfor 0.2 , (Name:"MyImage", Description : "Some Text")
catch theException
–extract image name from theException
put imageinfo(“extracted image name - here MyImage”)
end try[/i]
will it show that some text I entered under description along with other info