I am trying to get the text of tool tip with no success
Is there a way to do that ?
Thanks
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
https://docs.uipath.com/activities/docs/callout
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
@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
Try with modern activities it will work because it will take the selector with anchor so that will get the accurate position
Thanks
Varun