Hi Sreedevi,
Have you tried searching this forum? there are many threads discussed on the same topic.
try this example which is for a link object
or if you can see the tooltiptext in the properties list of object at spy then you can try with this as well
does this help?
Have you tried searching this forum? there are many threads discussed on the same topic.
try this example which is for a link object
Code:
Browser("").Page("").Frame("").Link("").mouseover
wait 2
tooltip = Window("nativeclass:=tooltips_class32").GetROProperty("text")
msgbox tooltipor if you can see the tooltiptext in the properties list of object at spy then you can try with this as well
Code:
Browser("").Page("").Frame("").Link("").GetROProperty("TooltipText")does this help?

