Get text in front a UI Ellement

Hey there!

I’m a newbie in UIPAth.
I want to get a text from a website, and the text I want to copy is in front of a selector. But I can’t reach the text with UI Element. How can I get it, instead of using an OCR copy image - cause I need to get the full text to my process?

1 Like

Hi @Aqua1986,

Open UiExplorer in studio or UiExplorer.exe and inspect the selector. Check whether any attribute holds the value of the text which you wanted to extract. Use Get attribute activity and place the attribute there in the attribute which you have to extract the text. It works :+1:

1 Like

Try with computer vision activities @Aqua1986