Skip to main content
Sleeps for ms milliseconds before moving on. Event-based waits (waitForUrl, checkElementVisible, assert with timeout) are usually a better fit when there is a concrete signal to wait for.

Parameters

Shorthand

Milliseconds as a number.

Examples