Please add at least one search parameter
Command wait
The command wait is used to pause the execution of the application for a certain time.
Parameters
- miliseconds [integer]
Pause time in milliseconds.
Example
In the example above the first display will appear and after 2000 milliseconds (2 seconds) second display will be displayed.