MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / sleep

Function sleep

sbase/steps.py:845–847  ·  view source on GitHub ↗
(context, seconds)

Source from the content-addressed store, hash-verified

843@step("User sleeps for {seconds} seconds")
844@step("User waits for {seconds} seconds")
845def sleep(context, seconds):
846 sb = context.sb
847 sb.sleep(float(seconds))
848
849
850@step("Activate Demo Mode")

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.45

Tested by

no test coverage detected