We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c53551 commit 128ba0eCopy full SHA for 128ba0e
py/selenium/webdriver/remote/shadowroot.py
@@ -39,6 +39,10 @@ def __repr__(self) -> str:
39
type(self), self.session.session_id, self._id
40
)
41
42
+ @property
43
+ def id(self) -> str:
44
+ return self._id
45
+
46
def find_element(self, by: str = By.ID, value: str = None):
47
"""Find an element inside a shadow root given a By strategy and
48
locator.
0 commit comments