Command: Sleep

Previous  Next |  Direct link to this topic

Go to list of all Commands

Syntax: Sleep(<numberOfSecondsToSleep>);

 

Warning: From experience we know that in 99% of all cases use of Sleep and SendKeys are the wrong approach to a problem/scenario and there are more likely a better approach to your problem. This video explains this in more details

 

Will cause the system to sleep the indicated number of seconds before continuing. This is sometime necessary when you simulate an advanced macro and the client cannot ”keep up” showing the data. (only make sense to use together with the SendKeys Commands)

 


Similar/Related Commands:
- SendKeys