macOS: XClick on image shifted

Workaround: Since the issue is related to the calculation of the in-browser coordinates for XClick, the solution is to switch the XClick scope from browser to desktop. The global coordinates are calculated ok.

You can either switch globally in the RPA Vision settings, or on a per macro base with

  • XDesktopAutomation | true
  • XDesktopAutomation | false

See Windows/Mac/Linux Desktop Automation 2022. Free Robotic Process Automation (RPA) Software

Demo: First we run Demo-XClick normally and see the issue, and then we switch to desktop automation mode and all works fine:

2 Likes