07-18-2008, 07:14 PM
Hi,
Use the "alt" property to know the tooltip.
Here is the sample script:
Thanks & Regards,
Uday.
Use the "alt" property to know the tooltip.
Here is the sample script:
Code:
str=browser("MSN.com").Page("MSN.com").Image("Deadliest Cars // Crash").GetROProperty("alt")
msgbox(str)
Uday.