It's possibile to search for a field in the entire page?

Hi, I’m new of RPA software and I’m new of Ui.vision, so please bear with me.
I’m trying to automate something in my work.

After clicking on a button a new part of the webpage is shown
From there I have to scroll down looking for a series of labels associated with textfields (with dynamic id unfortunately) into which I can paste text.

My question is: instead of using the Wheel command to scroll, is it possible to have ui.vision search for a specific label and click on the textfield immediately next to it?

Thanks

Hi

Ui vision can automate everything, you don’t need to scroll because ui vision already checks the whole page as long as it is loaded.

There are many solutions to automate what you want to do, you can make a loop that check the various labels or use xpaths to recognize elements with dynamic ID

1 Like

as newuserkantu said
use xpath