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

Function assert_attribute

sbase/steps.py:813–815  ·  view source on GitHub ↗
(context, selector, attribute)

Source from the content-addressed store, hash-verified

811@step("In \"{selector}\" assert attribute '{attribute}'")
812@step('In \'{selector}\' assert attribute "{attribute}"')
813def assert_attribute(context, selector, attribute):
814 sb = context.sb
815 sb.assert_attribute(selector, attribute)
816
817
818@step("In '{selector}' assert attribute/value '{attribute}'/'{value}'")

Callers

nothing calls this directly

Calls 1

assert_attributeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…