-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Include note about CHROME context in Firefox 138 #2242
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thank you @bonigarcia !
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 51d0cae
User description
Description
This PR includes a note about the use of the argument
--allow-system-access
to switch the context toCHROME
as 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-access
for 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 documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.en.md
--allow-system-access
for Firefox 138.CHROME
context.firefox.ja.md
Add note about `--allow-system-access` in Japanese documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md
--allow-system-access
for Firefox 138.CHROME
context.firefox.pt-br.md
Add note about
--allow-system-access
in Portuguese (Brazil)documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md
--allow-system-access
for Firefox 138.CHROME
context.firefox.zh-cn.md
Add note about
--allow-system-access
in Chinese (Simplified)documentation
website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md
--allow-system-access
for Firefox 138.CHROME
context.