MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / __add_light_pause

Method __add_light_pause

seleniumbase/core/sb_cdp.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 time.sleep(0.24)
44
45 def __add_light_pause(self):
46 time.sleep(0.007)
47
48 def __convert_to_css_if_xpath(self, selector):
49 if page_utils.is_xpath_selector(selector):

Callers 15

find_elementMethod · 0.95
find_element_by_textMethod · 0.95
find_allMethod · 0.95
find_elements_by_textMethod · 0.95
selectMethod · 0.95
select_allMethod · 0.95
__gui_clickMethod · 0.95
__scroll_into_viewMethod · 0.95
set_valueMethod · 0.95
reset_window_sizeMethod · 0.95
get_element_rectMethod · 0.95

Calls 1

sleepMethod · 0.45

Tested by

no test coverage detected