Question about using the same RPA in different screen resolution

I have created a automatic login in RPA for email account. I use recording desktop to record click button and input user name and password. But I need to use the RPA in another computer with different resolution.

I am confused of how Uipath recognize the button and textbox.

And Is that any problem that I use it in another screen resolution? I am wondering it can use in different computer.

1 Like

Hi @Emily_Yip

Theres a lot of way but for me you just might use the right selector to it.

cheers :smiley:

Happy learning :smiley:

1 Like

Hi @Emily_Yip
If there are no changes in UiElement then we dont have need to change the selector this means it can run on any Machine. if there are any changes in UiElement then we have to make changes in Selectors.

1 Like