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

Function select_if_unselected

sbase/steps.py:366–368  ·  view source on GitHub ↗
(context, selector)

Source from the content-addressed store, hash-verified

364@step("User selects '{selector}' if unselected")
365@step('User selects "{selector}" if unselected')
366def select_if_unselected(context, selector):
367 sb = context.sb
368 sb.select_if_unselected(selector)
369
370
371@step("Unselect if selected '{selector}'")

Callers

nothing calls this directly

Calls 1

select_if_unselectedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…