We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 458a449 + b911a30 commit 71b710dCopy full SHA for 71b710d
1 file changed
ngSe/exceptions.py
@@ -47,6 +47,7 @@ class FrontEndError(Exception):
47
selenium_exceptions.InvalidElementStateException,
48
selenium_exceptions.NoSuchElementException,
49
selenium_exceptions.ElementNotVisibleException,
50
+ selenium_exceptions.StaleElementReferenceException,
51
ElementStillThereError,
52
ValueError,
53
)
0 commit comments