From cce517bfa7eabc60faa9acbfdaa999c8931425fe Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:10:26 +0000 Subject: [PATCH] Update WebDriver BiDi data --- webdriver/bidi/browsingContext.json | 2 +- webdriver/bidi/emulation.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/webdriver/bidi/browsingContext.json b/webdriver/bidi/browsingContext.json index 34a9d5f520db9b..b5290ba3861a2b 100644 --- a/webdriver/bidi/browsingContext.json +++ b/webdriver/bidi/browsingContext.json @@ -2414,7 +2414,7 @@ "firefox": { "version_added": "123", "partial_implementation": true, - "notes": "Only supports `css` and `xpath` locators since Firefox 123, and `accessibility` locators since Firefox 127. Does not yet support `context` and `innerText` locators." + "notes": "Supports locators `css` and `xpath` (since Firefox 123), `accessibility` (since Firefox 127), and `context` (since Firefox 146). Does not support locator `innerText`." }, "firefox_android": "mirror", "oculus": "mirror", diff --git a/webdriver/bidi/emulation.json b/webdriver/bidi/emulation.json index df6a19566b7fa1..cdccc51afdea62 100644 --- a/webdriver/bidi/emulation.json +++ b/webdriver/bidi/emulation.json @@ -320,7 +320,7 @@ }, "sets_navigator_language": { "__compat": { - "description": "Sets the `navigator.language` property.", + "description": "Sets the `navigator.language` and `navigator.languages` properties.", "support": { "chrome": { "version_added": "142" @@ -328,8 +328,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": false, - "impl_url": "https://bugzil.la/1994396" + "version_added": "146" }, "firefox_android": "mirror", "oculus": "mirror", @@ -344,7 +343,7 @@ "webview_ios": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": false, "deprecated": false }