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,...
- 7 years ago
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?