Mouse hover - How to read the tool tip text?

After mouse hover, a tool tip will be displayed, how to read the text shown in the tool tip ?

Hi @skini76

Here is an example:

Not working for me

What? Image automation? Get Text? Retrieving the selector from the tooltip?

What Studio version are you using?

@skini76
Use get attribute activity on the element and specify the html attribute name. For this you dont need to mouse hover on the element and it gives accurate result.

Even this will not work for me for 2 reasons
(a) selector is dynamic
(b) tool tip is handled through div, getattribute cannot be used

Can you share your html selector structure from debug tool