Micro Focus QTP (UFT) Forums
Capturing Tooltip text in firefox using QTP 10.0 - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Capturing Tooltip text in firefox using QTP 10.0 (/Thread-Capturing-Tooltip-text-in-firefox-using-QTP-10-0)



Capturing Tooltip text in firefox using QTP 10.0 - sudhab - 11-28-2011

Hi Guys,

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.


RE: Capturing Tooltip text in firefox using QTP 10.0 - ravi.gajul - 11-28-2011

Try to explore the options in the following thread

https://www.learnqtp.com/forums/Thread-Get-tool-tip-text