ristokochevski
7 years agoNew Contributor
Obtaining Tooltip parameters
Hi,
I'm writing a VBScript test for a desktop application and I need to retrieve all parameters for a tooltip. I can not do that with the Object Spy, neither by dragging the target to the object, neither with the Point and fix option. This is because whenever I move the mouse cursor away, the tooltip disappears.
How can I get the list of all parameters for a tooltip object (like it is possible with normal objects)?
I'm using TestComplete 12.50
Best,
In some of the applications that I've tested in the past, the tooltip is, many times, a property of the object to which it is associated. Have you looked through all the available properties of that object to see if there is a "tooltip" property?