| Wait |
Script just waits
for a necessary time. Pass wait interval in milliseconds. |
Sometime it is a good idea to wait...
until application will run or web-page will be fully loaded.
Sometime RoutineBot might click too fast so that some web-site might
not be fast enough to update data.
A better alternative to Wait is MouseFocus
command, think about MouseFocus command in this case as about "WaitForImage"
command. In will not just wait specified time, but will search for
some image to appear. If found, it will continue running script. |