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

Function wait_for_exact_text_in_element

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

Source from the content-addressed store, hash-verified

522@step('User waits for "{selector}" to have exact text \'{text}\'')
523@step("User waits for '{selector}' to have exact text \"{text}\"")
524def wait_for_exact_text_in_element(context, text, selector):
525 sb = context.sb
526 text = normalize_text(text)
527 sb.wait_for_exact_text(text, selector)
528
529
530@step("Wait for non-empty text in '{selector}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
wait_for_exact_textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…