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

Method select_if_unselected

seleniumbase/core/sb_cdp.py:2864–2866  ·  view source on GitHub ↗
(self, selector)

Source from the content-addressed store, hash-verified

2862 self.click(selector)
2863
2864 def select_if_unselected(self, selector):
2865 selector = self.__convert_to_css_if_xpath(selector)
2866 self.check_if_unchecked(selector)
2867
2868 def uncheck_if_checked(self, selector):
2869 selector = self.__convert_to_css_if_xpath(selector)

Callers 1

select_if_unselectedFunction · 0.45

Calls 2

check_if_uncheckedMethod · 0.95

Tested by

no test coverage detected