How to get text from pop up message when hover

Hello guys,

I want to get text from pop up message on graph that always change (real time), but the pop up message can’t be selected. Any tips to handle it?

Thank you.

Hi @claudiojody,
If you are able to select the whole pop-up window, check if screen scraping and string formatting would get you the desired output.

Can you try to use get text activity.?

Hi @Vinutha @Divyashreem,

I already get the answer, thanks for the explanation. I really appreciate it :slight_smile:

1 Like

Can you share how you got solution. Because I try all of that. Screen scraping is only getting text one time. But the text can change, pls help me