Hello,
The mouse clicks are dependant on window size, position and screen resolution. So, what we suggest is, keep the window in one size and position where you want to when you enter any keystroke/mouse actions in it so that when the task is run again, it will be in the same size and position as it was at the time it was created.
If the screen resolutions are different for the machines then the mouse clicks may not work. However, they can easily be edited using the Task Editor. What you can do is, edit mouse click by double clicking, and click on ‘Advanced View’ button. From ‘Relative to’ option, select ‘Window’ option. In the 'Relative To' option, the 'window' option is helpful if you are working in different screen resolutions but the location of the click remains same with respect to the window. Repeat this for all the mouse clicks in question.
Please let us know if that fixes the problem.
We suggest you to put delay after every action in task so that each action can get enough time to execute and task can run flawlessly. Insufficient delay can skip any command in task and results into task failure.
Hope that helps.
|