I am trying to automation the SAP application window screen. I am getting the selectors for all the elements but their coordicates is very different from what is appearing on UI.
Eg: I want to click on the button like shown in above snap. But it is not visible on the UI on same location.
So I have to guess the exact location of the element from backend. Also in some cases, the click/ type into activities are done on the random locations.
This happens due to Screen resolution changes or mismatch between your laptop/desktop screen resolution and Remote desktop from where you are doing development.
Sign-out from the remote desktop. Restart your outer machine as well and then re login and try.
@ashokkarale I am not using RDP. I am developing on my own machine.
UiPath and SAP are running on my local machine only. I agree to resolution changes issue. But that never comes into play when both applications are working on my local machine.