Forum Discussion

vinodkumar_chau's avatar
vinodkumar_chau
Contributor
11 years ago

Embedded Button in Farpoint Spread

Hi All,



I have farpoint spread in my application . There are several embedded Buttons in it.

I have to click 1 of the them by knowing the IP address associated with it . On Mouse hover IP address appears.

How can I get the Mouse hover value at run time and then click on it.

Probably I have to run a for loop but I how do I get mouse hover values for all embedded buttons 

1 Reply


  • Hi Vinod,

     


    Is an IP address shown as a tooltip? If it is, first of all, you need to learn the path to this object. For this, you can use TestComplete's Object Spy. When the tooltip appears, open the Object Spy window and catch the object via Point and fix. Explore the object to find the property that returns the value of the IP address.