Monday, June 22, 2009

How to retrieve the tooltip text of images?

We can retireve this using HTML Source file from View -> Source menu.After that for every image the alt tag attribute represents the value of tooltip text(of class tooltips_class32.).

alternatively using HTML DOM :
msgbox Browser("Google").Page("Google").WebEdit("q").Object.title

No comments:

Post a Comment