Skip to main content
October 26, 2021
Question

Regaringd Mouse Module in RPA and Drag method

  • October 26, 2021
  • 2 replies
  • 0 views

Greetings,

Can anyone please tell me how to get the exact coordinates of the mouse on a particular location? I am actually trying the drag method and I am giving the start and end coordinates but i am unable to get the exact dimensions to mention to the cursor. 

so I am kindly requesting anyone to let me know how to get the coordinates.

Thanks and Regards

2 replies

danny.verb
October 26, 2021

There are two ways to get coordinates. You can use the method 'Get cursor properties' which will return the coordinates. https://docs.appian.com/suite/help/21.2/rpa-7.7/modules/mouse-module.html#get-cursor-properties

You can also use the element inspector on the agent docs.appian.com/.../agents.html

October 27, 2021

Thank you