Pauses execution of the current script for the specified length of time.
Sleep (nSeconds)
Variable | Description |
---|---|
nSeconds | The length of time in seconds for the script to pause. NUMBER |
Sleep causes the script that is currently running to pause for nSeconds seconds.
Because Silk Test Classic automatically synchronizes with an application, you will almost never need to use Sleep for synchronization purposes.
Sleep (0.5) // half a second