Skip to content

Commit 45b896f

Browse files
authored
Update WebDriver BiDi data (#29394)
1 parent 86559e4 commit 45b896f

File tree

1 file changed

+170
-3
lines changed

1 file changed

+170
-3
lines changed

webdriver/bidi/browser.json

Lines changed: 170 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@
343343
"chrome_android": "mirror",
344344
"edge": "mirror",
345345
"firefox": {
346-
"version_added": false,
347-
"impl_url": "https://bugzil.la/1855027"
346+
"version_added": "151"
348347
},
349348
"firefox_android": "mirror",
350349
"oculus": "mirror",
@@ -360,7 +359,7 @@
360359
"webview_ios": "mirror"
361360
},
362361
"status": {
363-
"experimental": true,
362+
"experimental": false,
364363
"standard_track": true,
365364
"deprecated": false
366365
}
@@ -378,8 +377,176 @@
378377
"chrome_android": "mirror",
379378
"edge": "mirror",
380379
"firefox": {
380+
"version_added": "151"
381+
},
382+
"firefox_android": "mirror",
383+
"oculus": "mirror",
384+
"opera": "mirror",
385+
"opera_android": "mirror",
386+
"safari": {
387+
"version_added": false
388+
},
389+
"safari_ios": "mirror",
390+
"samsunginternet_android": "mirror",
391+
"webview_android": "mirror",
392+
"webview_ios": "mirror"
393+
},
394+
"status": {
395+
"experimental": false,
396+
"standard_track": true,
397+
"deprecated": false
398+
}
399+
}
400+
},
401+
"height_parameter": {
402+
"__compat": {
403+
"description": "`height` parameter",
404+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-browserclientwindowrectstate-height",
405+
"support": {
406+
"chrome": {
407+
"version_added": false
408+
},
409+
"chrome_android": "mirror",
410+
"edge": "mirror",
411+
"firefox": {
412+
"version_added": "151",
413+
"partial_implementation": true,
414+
"notes": "Doesn't support setting `width` and `height` coordinates individually."
415+
},
416+
"firefox_android": "mirror",
417+
"oculus": "mirror",
418+
"opera": "mirror",
419+
"opera_android": "mirror",
420+
"safari": {
381421
"version_added": false
382422
},
423+
"safari_ios": "mirror",
424+
"samsunginternet_android": "mirror",
425+
"webview_android": "mirror",
426+
"webview_ios": "mirror"
427+
},
428+
"status": {
429+
"experimental": true,
430+
"standard_track": true,
431+
"deprecated": false
432+
}
433+
}
434+
},
435+
"state_parameter": {
436+
"__compat": {
437+
"description": "`state` parameter",
438+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-browserclientwindownamedstate-state",
439+
"support": {
440+
"chrome": {
441+
"version_added": false
442+
},
443+
"chrome_android": "mirror",
444+
"edge": "mirror",
445+
"firefox": {
446+
"version_added": "151"
447+
},
448+
"firefox_android": "mirror",
449+
"oculus": "mirror",
450+
"opera": "mirror",
451+
"opera_android": "mirror",
452+
"safari": {
453+
"version_added": false
454+
},
455+
"safari_ios": "mirror",
456+
"samsunginternet_android": "mirror",
457+
"webview_android": "mirror",
458+
"webview_ios": "mirror"
459+
},
460+
"status": {
461+
"experimental": true,
462+
"standard_track": true,
463+
"deprecated": false
464+
}
465+
}
466+
},
467+
"width_parameter": {
468+
"__compat": {
469+
"description": "`width` parameter",
470+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-browserclientwindowrectstate-width",
471+
"support": {
472+
"chrome": {
473+
"version_added": false
474+
},
475+
"chrome_android": "mirror",
476+
"edge": "mirror",
477+
"firefox": {
478+
"version_added": "151",
479+
"partial_implementation": true,
480+
"notes": "Doesn't support setting `width` and `height` coordinates individually."
481+
},
482+
"firefox_android": "mirror",
483+
"oculus": "mirror",
484+
"opera": "mirror",
485+
"opera_android": "mirror",
486+
"safari": {
487+
"version_added": false
488+
},
489+
"safari_ios": "mirror",
490+
"samsunginternet_android": "mirror",
491+
"webview_android": "mirror",
492+
"webview_ios": "mirror"
493+
},
494+
"status": {
495+
"experimental": true,
496+
"standard_track": true,
497+
"deprecated": false
498+
}
499+
}
500+
},
501+
"x_parameter": {
502+
"__compat": {
503+
"description": "`x` parameter",
504+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-browserclientwindowrectstate-x",
505+
"support": {
506+
"chrome": {
507+
"version_added": false
508+
},
509+
"chrome_android": "mirror",
510+
"edge": "mirror",
511+
"firefox": {
512+
"version_added": "151",
513+
"partial_implementation": true,
514+
"notes": "Doesn't support setting `x` and `y` coordinates individually."
515+
},
516+
"firefox_android": "mirror",
517+
"oculus": "mirror",
518+
"opera": "mirror",
519+
"opera_android": "mirror",
520+
"safari": {
521+
"version_added": false
522+
},
523+
"safari_ios": "mirror",
524+
"samsunginternet_android": "mirror",
525+
"webview_android": "mirror",
526+
"webview_ios": "mirror"
527+
},
528+
"status": {
529+
"experimental": true,
530+
"standard_track": true,
531+
"deprecated": false
532+
}
533+
}
534+
},
535+
"y_parameter": {
536+
"__compat": {
537+
"description": "`y` parameter",
538+
"spec_url": "https://w3c.github.io/webdriver-bidi/#cddl-key-browserclientwindowrectstate-y",
539+
"support": {
540+
"chrome": {
541+
"version_added": false
542+
},
543+
"chrome_android": "mirror",
544+
"edge": "mirror",
545+
"firefox": {
546+
"version_added": "151",
547+
"partial_implementation": true,
548+
"notes": "Doesn't support setting `x` and `y` coordinates individually."
549+
},
383550
"firefox_android": "mirror",
384551
"oculus": "mirror",
385552
"opera": "mirror",

0 commit comments

Comments
 (0)