MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / sleep

Method sleep

java/src/org/openqa/selenium/support/ui/Sleeper.java:33–33  ·  view source on GitHub ↗

Sleeps for the specified duration of time. @param duration How long to sleep. @throws InterruptedException If the thread is interrupted while sleeping.

(Duration duration)

Source from the content-addressed store, hash-verified

31 * @throws InterruptedException If the thread is interrupted while sleeping.
32 */
33 void sleep(Duration duration) throws InterruptedException;
34}

Implementers 3

TickingClockjava/test/org/openqa/selenium/support/
IWebDriverjavascript/selenium-webdriver/lib/webd
WebDriverjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls