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

Function assert_title_contains

sbase/steps.py:971–974  ·  view source on GitHub ↗
(context, substring)

Source from the content-addressed store, hash-verified

969@step("The title should contain '{substring}'")
970@step('The title should contain "{substring}"')
971def assert_title_contains(context, substring):
972 sb = context.sb
973 substring = normalize_text(substring)
974 sb.assert_title_contains(substring)
975
976
977@step("Open new tab")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
assert_title_containsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…