When screen resolution changes the robot fails

Hi all

My robot is consulting a web page and it identifies the objects by Selectors but when resolution changes it fails.
Does anyone knows why is it happening? How can I solve it?

Regards
J.

Yes, that is issue, and you can not fix it.

My solution is to create selectors on resolution that will be used, and also try seeing what is selector, maybe you have something that you dont need, and also check simulate click.

cheers,
Radomir

It might be worth having a look at this:

Web page automation does seem to lend itself well to background automation. If you can get it working, it should resolve your resolution issues.

Or as was said, its best to develop in the resolution that will be used when running the process.

What is the point of using selectors if because of change in resolution the Bot fails. with Image it would be the same.

1 Like