2.- How to check that it is in low resolution the Web UI Elements?
Set your screen resolution to 800x600 and see if you see all of the elements throughout the process in all apps you use.
Run attended in 800x600 to see if it runs without issue.
The curious thing is that in the Power Automate cloud sometimes the flow runs without problem and sometimes it throws me an error, as in the following images,
So does it sometimes run fine in unattended mode using web UI elements? That's what I understand from the above.
Error is saying the button was not found. That could be for several reasons:
- no button is shown due to the resolution
- no button shown as you need to click some other button or menu to show the button
- too specific selector if the button has different properties between runs
- too generic selector, if there is more than one button on the page and the selector does not point precisely one
Is it possible to post the link to the page you are automating (if not private)?