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

Method wait

seleniumbase/fixtures/base_case.py:10064–10066  ·  view source on GitHub ↗

Same as self.sleep() - Some JS frameworks use this method name.

(self, seconds)

Source from the content-addressed store, hash-verified

10062 self.assert_no_404_errors(multithreaded=multithreaded)
10063
10064 def wait(self, seconds):
10065 """Same as self.sleep() - Some JS frameworks use this method name."""
10066 self.sleep(seconds)
10067
10068 def block_ads(self):
10069 """Same as self.ad_block()"""

Callers 15

getMethod · 0.45
__clickMethod · 0.45
__gui_clickMethod · 0.45
__mouse_clickMethod · 0.45
clickMethod · 0.45
click_active_elementMethod · 0.45
mouse_clickMethod · 0.45
nested_clickMethod · 0.45
gui_click_elementMethod · 0.45
click_with_offsetMethod · 0.45

Calls 1

sleepMethod · 0.95

Tested by 1

test_presentationMethod · 0.36