Skip to content

Commit 71b710d

Browse files
committed
Merge pull request #7 from jacklatourette/master
added StaleElementReferenceException to retryable exceptions
2 parents 458a449 + b911a30 commit 71b710d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ngSe/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class FrontEndError(Exception):
4747
selenium_exceptions.InvalidElementStateException,
4848
selenium_exceptions.NoSuchElementException,
4949
selenium_exceptions.ElementNotVisibleException,
50+
selenium_exceptions.StaleElementReferenceException,
5051
ElementStillThereError,
5152
ValueError,
5253
)

0 commit comments

Comments
 (0)