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

Method is_selected

seleniumbase/fixtures/base_case.py:2568–2570  ·  view source on GitHub ↗

Same as is_checked()

(self, selector, by="css selector", timeout=None)

Source from the content-addressed store, hash-verified

2566 )
2567
2568 def is_selected(self, selector, by="css selector", timeout=None):
2569 """Same as is_checked()"""
2570 return self.is_checked(selector, by=by, timeout=timeout)
2571
2572 def check_if_unchecked(self, selector, by="css selector"):
2573 """If a checkbox or radio button is not checked, will check it."""

Callers

nothing calls this directly

Calls 1

is_checkedMethod · 0.95

Tested by

no test coverage detected