MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / create_web_element

Method create_web_element

py/selenium/webdriver/remote/webdriver.py:418–420  ·  view source on GitHub ↗

Creates a web element with the specified `element_id`.

(self, element_id: str)

Source from the content-addressed store, hash-verified

416 return value
417
418 def create_web_element(self, element_id: str) -> WebElement:
419 """Creates a web element with the specified `element_id`."""
420 return self._web_element_cls(self, element_id)
421
422 def _unwrap_value(self, value):
423 if isinstance(value, dict):

Callers 1

_unwrap_valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected