-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[py] Adding Note to enable_webextensions() regarding CDP (plus gen docstring updates) #15927
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
Conversation
…ocstring updates)
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
@cgoldberg new format script is great, nice job |
LGTM, but we should also improve the error that is raised when this situation occurs. In
to something like this:
This will raise the exception if you try |
Test failure appears unrelated as changes were only made to Remote webdriver and docstrings |
Per @navin772 suggestions Co-authored-by: Navin Chandra <[email protected]>
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!
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
User description
🔗 Related Issues
Adds docstring discussed in #15794
💥 What does this PR do?
Adds docstring discussed in #15794 and makes general docstring QOL upgrades
🔄 Types of changes
PR Type
Documentation
Description
Standardized docstring format from
:Args:
toParameters:
sectionAdded important CDP limitation note to
enable_webextensions()
methodEnhanced docstring formatting and structure consistency
Changes walkthrough 📝
options.py
Standardize docstrings and add CDP warning
py/selenium/webdriver/chromium/options.py
:Args:
sections to standardizedParameters:
format