Answer Posted / Charan Singh
The Insert Mouse command in Automation Anywhere simulates the movement of the mouse cursor and allows you to click or interact with the application. To use it, you can create a 'Mouse' object and call its methods like 'Move', 'Click', etc. For example: Mouse.Move(x, y); Mouse.Click();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers