You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Fix JavaScript execution in link href on click() for Firefox
• Ensure compatibility with Firefox 42.0
• Restore functionality that worked in version 2.47.1 but broke in 2.48.0/2.48.2
The added note about flag removal behavior when webextensions is disabled should be verified for accuracy and completeness regarding the actual implementation behavior.
Verify flag removal implementation matches documentation
The note mentions removing flags when disabled, but the actual implementation logic for flag removal is not shown in the diff. Verify that the implementation actually removes these flags when value is False to match the documentation.
+- When disabled, this removes BOTH flags listed above, even if they were manually added via add_argument()+ before enabling webextensions.-
Apply / Chat
Suggestion importance[1-10]: 7
__
Why: The suggestion correctly points out that the added documentation about flag removal needs a corresponding implementation, which is not visible in the diff, and rightly asks for verification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
🔗 Related Issues
Addresses the concerns mentioned in - #15794 (comment)
💥 What does this PR do?
Adds a relevant note when
enable_webextensionsis set toFalse.🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Documentation
Description
Add clarification note for
enable_webextensions = FalsebehaviorDocument that disabling removes manually added flags
Fix indentation in existing documentation
Changes diagram
Changes walkthrough 📝
options.py
Enhanced webextensions documentation with removal behaviorpy/selenium/webdriver/chromium/options.py
disabled