Monday, January 19, 2009

How can we get ToolTip of the Link?

Browser("BrowserName").Page("PageName").Link("LinkName").FireEvent "onmouseover"

Wait(2)
ToolTipText= Window("nativeclass:=tooltips_class32").GetROProperty("text")

1 comment:

  1. This piece of code is very useful for my application.
    Thanks,
    Anita

    ReplyDelete