Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capturing Tooltip text in firefox using QTP 10.0
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
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.
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Try to explore the options in the following thread

https://www.learnqtp.com/forums/Thread-G...l-tip-text
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Delete Firefox history and Cookies Anupama 0 1,320 06-18-2018, 11:57 AM
Last Post: Anupama
  Unable to Identify Firefox Dialog rsrohit55 0 2,195 05-03-2016, 05:23 PM
Last Post: rsrohit55
  Need to Validate Text filed is blank after clicking on the Text box balak89 3 4,534 09-13-2015, 12:06 AM
Last Post: ADITI1992
  Capturing a value in a webtable EK21 4 4,165 08-21-2015, 01:08 AM
Last Post: EK21
  Need help in capturing the Calculator result using QTP 11 vishruth143 0 2,003 01-20-2015, 11:08 AM
Last Post: vishruth143

Forum Jump:


Users browsing this thread: 1 Guest(s)