Skip to main content
Navigator | Tier 3
August 31, 2023
Solved

Mouse click hold and darg cordinates

  • August 31, 2023
  • 2 replies
  • 493 views

Hi All,

We are looking to automate the actions of a tool that requires us to perform a mouse drag-and-drop operation. The tool requires us to click the mouse at a specific coordinate, hold it down, and drag it to another coordinate. We cannot use keyboard shortcuts, only mouse clicks based on coordinates. Is this possible to achieve using AA?

Best answer by ravi.pothana

Hi @Sai Deepan.R 

You can achieve using a combination of Mouse Clicks(Simulates mouse clicks and captures UI element) and Mouse Move (Simulates moving the mouse pointer from one location to another) commands where you can capture based on coordinates. 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-mouse-command.html 

Thanks!

2 replies

Automation Anywhere Team
August 31, 2023

Hi @Sai Deepan.R 

You can achieve using a combination of Mouse Clicks(Simulates mouse clicks and captures UI element) and Mouse Move (Simulates moving the mouse pointer from one location to another) commands where you can capture based on coordinates. 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-mouse-command.html 

Thanks!

Cadet | Tier 2
February 21, 2026

Heya