-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Update exceptions.py #15862
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
Update exceptions.py #15862
Conversation
Update urls to the correct troubleshooting links: -https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#nosuchelementexception -https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#staleelementreferenceexception -https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#invalidselectorexception
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks for the contribution!
Note: CI jobs are failing on this PR, but I don't see how it could be related to these changes. I will investigate separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the links.
You also need to make a change here so that the CI doesn't fail.
|
@Delta456 ouch.. I already merged it. I'll fix that now. 1 sec. |
|
@Delta456 it should be all set now. thanks |
User description
Update urls to the correct troubleshooting links:
-https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#nosuchelementexception
-https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#staleelementreferenceexception
-https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/#invalidselectorexception
🔄 Types of changes
PR Type
Documentation
Description
Update error documentation URLs in exception messages
Ensure links point to correct troubleshooting sections
Minor cleanup for consistency in exception classes
Changes walkthrough 📝
exceptions.py
Correct error documentation URLs in exception classespy/selenium/common/exceptions.py
anchors