06-25-2008, 01:24 PM
Hi All...
I need to take the tooltips from a webpage...
I tried the below script from some previos post...
I am getting the following error...
Cannot identify the object "[ Window ]" (of class Window). Verify that this object's properties match an object currently displayed in your application.
Line (4):
I tried using Object spy...but when I am holding the control key , the tooltip was not displaying..
Please suggest what can I do....
Thanks in advance.
Ramya
I need to take the tooltips from a webpage...
I tried the below script from some previos post...
Code:
Browser("Yahoo!").Page("Yahoo!").WebElement("text:=My Yahoo!").FireEvent "onmouseover"
wait 1
' Grab tooltip
ToolTip = Window("nativeclass:=tooltips_class32").GetROProperty("text")
msgbox ToolTip
I am getting the following error...
Cannot identify the object "[ Window ]" (of class Window). Verify that this object's properties match an object currently displayed in your application.
Line (4):
Code:
"ToolTip = Window("nativeclass:=tooltips_class32").GetROProperty("text")".
I tried using Object spy...but when I am holding the control key , the tooltip was not displaying..
Please suggest what can I do....
Thanks in advance.
Ramya