MCPcopy
hub / github.com/appium/python-client / find_element

Method find_element

appium/webdriver/webdriver.py:285–286  ·  view source on GitHub ↗
(self, by: str, value: Union[str, Dict, None] = None)

Source from the content-addressed store, hash-verified

283 if TYPE_CHECKING:
284
285 def find_element(self, by: str, value: Union[str, Dict, None] = None) -> 'MobileWebElement': # type: ignore[override]
286 ...
287
288 def find_elements(self, by: str, value: Union[str, Dict, None] = None) -> List['MobileWebElement']: # type: ignore[override]
289 ...

Calls

no outgoing calls