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

Function assert_url

sbase/steps.py:1004–1007  ·  view source on GitHub ↗
(context, url)

Source from the content-addressed store, hash-verified

1002@step("The URL should be '{url}'")
1003@step('The URL should be "{url}"')
1004def assert_url(context, url):
1005 sb = context.sb
1006 url = normalize_text(url)
1007 sb.assert_url(url)
1008
1009
1010@step("Assert URL contains '{substring}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
assert_urlMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…