Micro Focus QTP (UFT) Forums

Full Version: Tool tip capture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

If There is no tooltip property for the object then how to capture(Read) tooltip text of an object using QTP
Hi,

you can use "alt" propety to capture tool tip

eg:
Code:
temp=Brower("name").Page("page").Image("imagename).GetROProperty("alt")
msgbox temp


regards
Krishdeep
Chennai