From a96bae099a5a593862e646ae249d69224f5a03f4 Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Wed, 26 Mar 2025 12:15:07 +0100 Subject: [PATCH] Include note about CHROME context in Firefox 138 --- .../content/documentation/webdriver/browsers/firefox.en.md | 2 ++ .../content/documentation/webdriver/browsers/firefox.ja.md | 2 ++ .../content/documentation/webdriver/browsers/firefox.pt-br.md | 2 ++ .../content/documentation/webdriver/browsers/firefox.zh-cn.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md index bbf2534b85f8..774cf31ce453 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.en.md @@ -459,3 +459,5 @@ please refer to the {{< badge-code >}} {{< /tab >}} {{< /tabpane >}} + +**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`. diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md index 6c04bb4b2aa1..9293977b73df 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.ja.md @@ -466,3 +466,5 @@ please refer to the {{< badge-code >}} {{< /tab >}} {{< /tabpane >}} + +**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`. diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md index aebb96a26145..8e594eb51811 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.pt-br.md @@ -464,3 +464,5 @@ please refer to the {{< badge-code >}} {{< /tab >}} {{< /tabpane >}} + +**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`. diff --git a/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md b/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md index 87b9e259a869..341154da17ae 100644 --- a/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/browsers/firefox.zh-cn.md @@ -461,3 +461,5 @@ please refer to the {{< badge-code >}} {{< /tab >}} {{< /tabpane >}} + +**Note**: As of Firefox 138, geckodriver needs to be started with the argument `--allow-system-access` to switch the context to `CHROME`.