How can i get Tool Tip value form the webpage

Hi All

I want to get Tool Tip(mouseover) value from the web,
image

When i hover the mouse on green quare some value will be shown. here the value is 3.0.
i want scrape that value.

Thanks
Srini

Hi @Srinivasa

Use attach window use mouse hover and then use get Text activity

Thanks
Ashwin.S

@Srinivasa
tooltip content is the value from the Html element attribute title.
This information should be retrievable with e.g. get Attribute activity