07-15-2009, 02:09 PM
Hi Laura,
Proceed as Ankur suggested.
Use the below properties accordingly while retrieving the ToolTip Text.
WebElement --> Innertext/Title
Image --> Alt
Link --> Title
See the below examples:
Ex1:
Ex2:
Proceed as Ankur suggested.
Use the below properties accordingly while retrieving the ToolTip Text.
WebElement --> Innertext/Title
Image --> Alt
Link --> Title
See the below examples:
Ex1:
Code:
msgbox Browser("Yahoo! India").Page("Yahoo! India").Image("Click here").GetROProperty("alt")
Ex2:
Code:
msgbox browser("Google").Page("Google").WebElement("India").Object.title