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

Function assert_title

sbase/steps.py:772–775  ·  view source on GitHub ↗
(context, title)

Source from the content-addressed store, hash-verified

770@step("The title should be '{title}'")
771@step('The title should be "{title}"')
772def assert_title(context, title):
773 sb = context.sb
774 title = normalize_text(title)
775 sb.assert_title(title)
776
777
778@step("Assert downloaded file '{file}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
assert_titleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…