Skip to content

Commit 13cd572

Browse files
mdn-botElchi3
andauthored
Update WebDriver BiDi data (#27345)
* Update WebDriver BiDi data * Fix standard_track * One more standard_track: true --------- Co-authored-by: Florian Scholz <fs@florianscholz.com>
1 parent a897536 commit 13cd572

File tree

3 files changed

+136
-10
lines changed

3 files changed

+136
-10
lines changed

webdriver/bidi/browsingContext.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,7 @@
634634
"chrome_android": "mirror",
635635
"edge": "mirror",
636636
"firefox": {
637-
"version_added": "121",
638-
"partial_implementation": true,
639-
"notes": "Firefox emits multiple events when removing a browsingContext with iframes. According to the spec only a single event should be emitted, containing the whole tree of removed contexts."
637+
"version_added": "121"
640638
},
641639
"firefox_android": "mirror",
642640
"oculus": "mirror",
@@ -668,7 +666,9 @@
668666
"chrome_android": "mirror",
669667
"edge": "mirror",
670668
"firefox": {
671-
"version_added": "121"
669+
"version_added": "121",
670+
"partial_implementation": true,
671+
"notes": "Firefox emits multiple events when removing a browsingContext with iframes. According to the spec only a single event should be emitted, containing the whole tree of removed contexts."
672672
},
673673
"firefox_android": "mirror",
674674
"oculus": "mirror",

webdriver/bidi/emulation.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,134 @@
446446
}
447447
}
448448
}
449+
},
450+
"setTimezoneOverride": {
451+
"__compat": {
452+
"description": "`emulation.setTimezoneOverride` command",
453+
"support": {
454+
"chrome": {
455+
"version_added": "140"
456+
},
457+
"chrome_android": "mirror",
458+
"edge": "mirror",
459+
"firefox": {
460+
"version_added": false,
461+
"impl_url": "https://bugzil.la/1938046"
462+
},
463+
"firefox_android": "mirror",
464+
"oculus": "mirror",
465+
"opera": "mirror",
466+
"opera_android": "mirror",
467+
"safari": {
468+
"version_added": false
469+
},
470+
"safari_ios": "mirror",
471+
"samsunginternet_android": "mirror",
472+
"webview_android": "mirror",
473+
"webview_ios": "mirror"
474+
},
475+
"status": {
476+
"experimental": true,
477+
"standard_track": true,
478+
"deprecated": false
479+
}
480+
},
481+
"contexts_parameter": {
482+
"__compat": {
483+
"description": "`contexts` parameter",
484+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-emulationsettimezoneoverrideparameters-contexts",
485+
"support": {
486+
"chrome": {
487+
"version_added": "140"
488+
},
489+
"chrome_android": "mirror",
490+
"edge": "mirror",
491+
"firefox": {
492+
"version_added": false
493+
},
494+
"firefox_android": "mirror",
495+
"oculus": "mirror",
496+
"opera": "mirror",
497+
"opera_android": "mirror",
498+
"safari": {
499+
"version_added": false
500+
},
501+
"safari_ios": "mirror",
502+
"samsunginternet_android": "mirror",
503+
"webview_android": "mirror",
504+
"webview_ios": "mirror"
505+
},
506+
"status": {
507+
"experimental": true,
508+
"standard_track": true,
509+
"deprecated": false
510+
}
511+
}
512+
},
513+
"timezone_parameter": {
514+
"__compat": {
515+
"description": "`timezone` parameter",
516+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-emulationsettimezoneoverrideparameters-timezone",
517+
"support": {
518+
"chrome": {
519+
"version_added": "140"
520+
},
521+
"chrome_android": "mirror",
522+
"edge": "mirror",
523+
"firefox": {
524+
"version_added": false
525+
},
526+
"firefox_android": "mirror",
527+
"oculus": "mirror",
528+
"opera": "mirror",
529+
"opera_android": "mirror",
530+
"safari": {
531+
"version_added": false
532+
},
533+
"safari_ios": "mirror",
534+
"samsunginternet_android": "mirror",
535+
"webview_android": "mirror",
536+
"webview_ios": "mirror"
537+
},
538+
"status": {
539+
"experimental": true,
540+
"standard_track": true,
541+
"deprecated": false
542+
}
543+
}
544+
},
545+
"userContexts_parameter": {
546+
"__compat": {
547+
"description": "`userContexts` parameter",
548+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-emulationsettimezoneoverrideparameters-usercontexts",
549+
"support": {
550+
"chrome": {
551+
"version_added": "140"
552+
},
553+
"chrome_android": "mirror",
554+
"edge": "mirror",
555+
"firefox": {
556+
"version_added": false
557+
},
558+
"firefox_android": "mirror",
559+
"oculus": "mirror",
560+
"opera": "mirror",
561+
"opera_android": "mirror",
562+
"safari": {
563+
"version_added": false
564+
},
565+
"safari_ios": "mirror",
566+
"samsunginternet_android": "mirror",
567+
"webview_android": "mirror",
568+
"webview_ios": "mirror"
569+
},
570+
"status": {
571+
"experimental": true,
572+
"standard_track": true,
573+
"deprecated": false
574+
}
575+
}
576+
}
449577
}
450578
}
451579
}

webdriver/bidi/network.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"chrome_android": "mirror",
4545
"edge": "mirror",
4646
"firefox": {
47-
"version_added": false,
48-
"impl_url": "https://bugzil.la/1971763"
47+
"version_added": "143"
4948
},
5049
"firefox_android": "mirror",
5150
"oculus": "mirror",
@@ -60,7 +59,7 @@
6059
"webview_ios": "mirror"
6160
},
6261
"status": {
63-
"experimental": true,
62+
"experimental": false,
6463
"standard_track": true,
6564
"deprecated": false
6665
}
@@ -2352,8 +2351,7 @@
23522351
"chrome_android": "mirror",
23532352
"edge": "mirror",
23542353
"firefox": {
2355-
"version_added": false,
2356-
"impl_url": "https://bugzil.la/1971769"
2354+
"version_added": "143"
23572355
},
23582356
"firefox_android": "mirror",
23592357
"oculus": "mirror",
@@ -2368,7 +2366,7 @@
23682366
"webview_ios": "mirror"
23692367
},
23702368
"status": {
2371-
"experimental": true,
2369+
"experimental": false,
23722370
"standard_track": true,
23732371
"deprecated": false
23742372
}

0 commit comments

Comments
 (0)