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
The note about Firefox 138 is added in English to the Portuguese (Brazil) documentation file. Consider translating this note to Portuguese for consistency.
**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`.
Consider adding a code example showing how to use the --allow-system-access argument with geckodriver to make the documentation more actionable for users.
**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`.
+```bash+geckodriver --allow-system-access+```+
Apply this suggestion
Suggestion importance[1-10]: 7
__
Why: Adding a code example demonstrating how to use the --allow-system-access argument makes the documentation more practical and user-friendly. This enhances usability by providing a clear implementation example rather than just a textual description.
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
Description
This PR includes a note about the use of the argument
--allow-system-accessto switch the context toCHROMEas of Firefox 138.Motivation and Context
As conversation with whimboo in Slack: https://seleniumhq.slack.com/archives/CBH302726/p1742974853353729
Types of changes
Checklist
PR Type
Documentation
Description
Added a note about
--allow-system-accessfor Firefox 138.Updated documentation in multiple languages (EN, JA, PT-BR, ZH-CN).
Changes walkthrough 📝
firefox.en.md
Add note about `--allow-system-access` in English documentationwebsite_and_docs/content/documentation/webdriver/browsers/firefox.en.md
--allow-system-accessfor Firefox 138.CHROMEcontext.firefox.ja.md
Add note about `--allow-system-access` in Japanese documentationwebsite_and_docs/content/documentation/webdriver/browsers/firefox.ja.md
--allow-system-accessfor Firefox 138.CHROMEcontext.firefox.pt-br.md
Add note about--allow-system-accessin Portuguese (Brazil)documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md
--allow-system-accessfor Firefox 138.CHROMEcontext.firefox.zh-cn.md
Add note about--allow-system-accessin Chinese (Simplified)documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md
--allow-system-accessfor Firefox 138.CHROMEcontext.