Skip to content

Commit 61db552

Browse files
authored
Update WebDriver BiDi data (#28606)
1 parent 20872e8 commit 61db552

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

webdriver/bidi/emulation.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,39 @@
737737
}
738738
}
739739
},
740+
"setScreenSettingsOverride": {
741+
"__compat": {
742+
"description": "`emulation.setScreenSettingsOverride` command",
743+
"spec_url": "https://w3c.github.io/webdriver-bidi/#command-emulation-setScreenOrientationOverride",
744+
"support": {
745+
"chrome": {
746+
"version_added": false
747+
},
748+
"chrome_android": "mirror",
749+
"edge": "mirror",
750+
"firefox": {
751+
"version_added": "147"
752+
},
753+
"firefox_android": "mirror",
754+
"oculus": "mirror",
755+
"opera": "mirror",
756+
"opera_android": "mirror",
757+
"safari": {
758+
"version_added": false,
759+
"impl_url": "https://webkit.org/b/303188"
760+
},
761+
"safari_ios": "mirror",
762+
"samsunginternet_android": "mirror",
763+
"webview_android": "mirror",
764+
"webview_ios": "mirror"
765+
},
766+
"status": {
767+
"experimental": true,
768+
"standard_track": true,
769+
"deprecated": false
770+
}
771+
}
772+
},
740773
"setScriptingEnabled": {
741774
"__compat": {
742775
"description": "`emulation.setScriptingEnabled` command",

0 commit comments

Comments
 (0)