Pause
Inserts a delay (in milliseconds) within the command execution to slow-down the operation. This is typically needed before or after loading a web page, sending external file content or other clipboard operations.
•Timeout - Specify the pause in milliseconds, for example 1000 = 1 second.
Select OK to insert a pause into the command. Pause can also be specified manually, for example, enter {1000} for one second delay.
In the following example, one second delay will be inserted after the first text is sent.
First text. {1000} Second text.