-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[py] Updated Handling for DetachedShadowRoot Exception #14677
[py] Updated Handling for DetachedShadowRoot Exception #14677
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@Delta456 Should be all good now |
Please change the commit message to reflect the change. The exception already exists and hasn't not been added by this PR |
@AutomatedTester is this better? |
It was a missing period... My bad. Should be ready for merging now @AutomatedTester |
Failed WebDriverWait test has nothing to do with pr @AutomatedTester
|
@VietND96 these new failures have nothing to do with this code. |
User description
Added DetachedShadowRootException to python error handling
Description
Added DetachedShadowRootException
Added parameterized test
Motivation and Context
#13580
Types of changes
Checklist
PR Type
Bug fix, Tests
Description
DetachedShadowRootException
to handle cases where a shadow root is no longer attached to the DOM.DetachedShadowRootException
.DetachedShadowRootException
.PRDescriptionHeader.CHANGES_WALKTHROUGH
__init__.py
Add DetachedShadowRootException to common module
py/selenium/common/init.py
DetachedShadowRootException
.DetachedShadowRootException
in the__all__
list.exceptions.py
Define DetachedShadowRootException class
py/selenium/common/exceptions.py
DetachedShadowRootException
class.errorhandler.py
Map DetachedShadowRootException in error handler
py/selenium/webdriver/remote/errorhandler.py
DetachedShadowRootException
.DetachedShadowRootException
.error_handler_tests.py
Add test case for DetachedShadowRootException
py/test/unit/selenium/webdriver/remote/error_handler_tests.py
DetachedShadowRootException
.