How to scrape text from a mouseover

Have you tried get Visible text(unreadable then OCR) by setting the coordinates (F3) and select the area.
hoverscrape.xaml (9.0 KB)

or

You may try Get Children for the specific region and get the text (aaname) for that element.
hover.xaml (11.9 KB)

My examples are for web, but you might get an idea.

1 Like