![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| The MouseClick command only works correctly when the debugger is enabled. I have finished my script and now I need to tweak it for speed. I disabled the debugger to test its speed and accuracy and to see if I need to insert any delays. What I found is that the MouseClick command is off about 25 pixels to the left of the field it should have clicked into. I tried inserting double clicks and added delays, but it didn't make any difference. I also tried to add the MouseMove command and that seems to have the same result. Thanks, Benny Last edited by benser : 08-17-2008 at 10:47 PM. |
| |||
| Hello, Try using 'Relative to' Window option rather than Screen to perform the action relative to window. Please follow the steps given below: 1) Double click on Mouse Click command. 2) Click on 'Advanced' button. 3) From 'Relative To' frame select option 'Window' and save the command. 4) Perform the above steps for every Mouse Click command in question. 5) Save the macro and run it. In addition, insert enough delay before and after the mouse click command so that command gets sufficient time to execute the action. Hope that helps. |