Mouse hover to configure a field in web application

i am having a field which gives the full text only on hovering it. Eg, if Name is the field to be configured, it will be displayed as Priyadha… and on hovering on the name it shows the full name. Now i need to capture this full name. Please assist.

Hi,

You can capture hover text using Image activity

Regards,
Amit Anand

it would be helpful if you can brief on this

Hi,

Bring your application in Focus using Focus Window activity. Then using image control activity try to capture the hover text

Regards,
Amit Anand

Hi,
You need to use send key to mouse hovering and Image activity to capture image.
Regards,
Aniket