MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / __shadow_click

Method __shadow_click

seleniumbase/fixtures/base_case.py:15268–15272  ·  view source on GitHub ↗
(self, selector, timeout)

Source from the content-addressed store, hash-verified

15266 return False
15267
15268 def __shadow_click(self, selector, timeout):
15269 element = self.__get_shadow_element(
15270 selector, timeout=timeout, must_be_visible=True
15271 )
15272 element.click()
15273
15274 def __shadow_type(self, selector, text, timeout, clear_first=True):
15275 element = self.__get_shadow_element(

Callers 1

clickMethod · 0.95

Calls 2

__get_shadow_elementMethod · 0.95
clickMethod · 0.45

Tested by

no test coverage detected