Solved

Mouse click hold and darg cordinates

  • 31 August 2023
  • 1 reply
  • 130 views

Badge +5

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?

icon

Best answer by ravi.pothana 31 August 2023, 16:26

View original

1 reply

Userlevel 3
Badge +8

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!

Reply