Skip to content

Commit cce517b

Browse files
mdn-botgithub-actions[bot]
authored andcommitted
Update WebDriver BiDi data
1 parent f2cee64 commit cce517b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

webdriver/bidi/browsingContext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@
24142414
"firefox": {
24152415
"version_added": "123",
24162416
"partial_implementation": true,
2417-
"notes": "Only supports `css` and `xpath` locators since Firefox 123, and `accessibility` locators since Firefox 127. Does not yet support `context` and `innerText` locators."
2417+
"notes": "Supports locators `css` and `xpath` (since Firefox 123), `accessibility` (since Firefox 127), and `context` (since Firefox 146). Does not support locator `innerText`."
24182418
},
24192419
"firefox_android": "mirror",
24202420
"oculus": "mirror",

webdriver/bidi/emulation.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,16 +320,15 @@
320320
},
321321
"sets_navigator_language": {
322322
"__compat": {
323-
"description": "Sets the `navigator.language` property.",
323+
"description": "Sets the `navigator.language` and `navigator.languages` properties.",
324324
"support": {
325325
"chrome": {
326326
"version_added": "142"
327327
},
328328
"chrome_android": "mirror",
329329
"edge": "mirror",
330330
"firefox": {
331-
"version_added": false,
332-
"impl_url": "https://bugzil.la/1994396"
331+
"version_added": "146"
333332
},
334333
"firefox_android": "mirror",
335334
"oculus": "mirror",
@@ -344,7 +343,7 @@
344343
"webview_ios": "mirror"
345344
},
346345
"status": {
347-
"experimental": true,
346+
"experimental": false,
348347
"standard_track": false,
349348
"deprecated": false
350349
}

0 commit comments

Comments
 (0)