11-28-2011, 12:19 PM
Hi Guys,
Can anyone tell me how to Capture Tooltip text in firefox using QTP 10.0.
I am using the below code
but it is not capturing the text in tool tip. Please help me. Thanks in advance.
Can anyone tell me how to Capture Tooltip text in firefox using QTP 10.0.
I am using the below code
Code:
Set objGraph = objPage.ChildObjects(odesc)
intGraph = objGraph.Count
objGraph(0).FireEvent "onmouseover"
Wait 1
Capture Tooltip text
ToolTip = Window("nativeclass:=tooltips_class32").GetROProperty("text")
MsgBox = ToolTip
but it is not capturing the text in tool tip. Please help me. Thanks in advance.