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

Function wait_for_text_in_element

sbase/steps.py:502–505  ·  view source on GitHub ↗
(context, text, selector)

Source from the content-addressed store, hash-verified

500@step('User waits for "{selector}" to have text \'{text}\'')
501@step("User waits for '{selector}' to have text \"{text}\"")
502def wait_for_text_in_element(context, text, selector):
503 sb = context.sb
504 text = normalize_text(text)
505 sb.wait_for_text(text, selector)
506
507
508@step("Wait for exact text '{text}' in '{selector}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
wait_for_textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…