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

Method __needs_minimum_wait

seleniumbase/fixtures/base_case.py:14771–14778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14769 self.switch_to_window(current_window)
14770
14771 def __needs_minimum_wait(self):
14772 if (
14773 self.page_load_strategy == "none"
14774 and getattr(settings, "SKIP_JS_WAITS", None)
14775 ):
14776 return True
14777 else:
14778 return False
14779
14780 def __demo_mode_pause_if_active(self, tiny=False):
14781 if self.demo_mode:

Callers 15

openMethod · 0.95
clickMethod · 0.95
double_clickMethod · 0.95
context_clickMethod · 0.95
update_textMethod · 0.95
press_keysMethod · 0.95
click_link_textMethod · 0.95
switch_to_frameMethod · 0.95
show_file_choosersMethod · 0.95
get_unique_linksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected