Is there any way to get the text of a tool tip in web site

I am trying to get the text of tool tip with no success
Is there a way to do that ?

Thanks

HI @mironb

Have you check out Tooltip activity

Check out this thread

Regards
Gokul

As I understand the Tooltip activity is only text I place into title and content
It’s not getting the text from the web tool tip I need to verify

I see the tool tip in the explorer here

@mironb
in the majority of cases, we can retrieve the tool tip text of a web element by using the get Attribute activity and the value of the title attribute.

So, just have a quick analysis of the structures and identify the element defining the tool tip text

Hello @mironb

I hope Get Attribute activity should meet your requirement.

image

Thanks

@mironb

Try with modern activities it will work because it will take the selector with anchor so that will get the accurate position

Thanks
Varun