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 130f858 commit 48abb18Copy full SHA for 48abb18
py/selenium/common/exceptions.py
@@ -287,4 +287,5 @@ def __init__(
287
super().__init__(with_support, screen, stacktrace)
288
289
class DetachedShadowRootException(WebDriverException):
290
- """Raised when referenced shadow root is no longer attached to the DOM"""
+ """Raised when referenced shadow root is no longer attached to the DOM"""
291
+
0 commit comments