Solved
Forum Discussion
It's generally recommended that you don't use screen coordinates for this very reason.
See if this helps you get to your objects:
tristaanogre
6 years agoEsteemed Contributor
Something in your automation is screen resolution dependant.
If it's a web application, part of it might be that components are scrolled off the bottom of the screen or something. In that case, you can call a "scrollIntoView" call for those components to make sure they are on screen when you need them.