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

Function timeout_exception

seleniumbase/fixtures/page_actions.py:268–270  ·  view source on GitHub ↗
(exception, message)

Source from the content-addressed store, hash-verified

266
267
268def timeout_exception(exception, message):
269 exc, msg = shared_utils.format_exc(exception, message)
270 raise exc(msg)
271
272
273def hover_and_click(

Callers 15

hover_and_clickFunction · 0.85
hover_element_and_clickFunction · 0.85
wait_for_element_presentFunction · 0.85
wait_for_element_visibleFunction · 0.85
wait_for_text_visibleFunction · 0.85
wait_for_attributeFunction · 0.85
wait_for_element_absentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…