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

Function assert_link_text

sbase/steps.py:762–765  ·  view source on GitHub ↗
(context, text)

Source from the content-addressed store, hash-verified

760@step("Link text '{text}' should be visible")
761@step('Link text "{text}" should be visible')
762def assert_link_text(context, text):
763 sb = context.sb
764 text = normalize_text(text)
765 sb.assert_link_text(text)
766
767
768@step("Assert title '{title}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
assert_link_textMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…