diff --git a/webdriver/bidi/emulation.json b/webdriver/bidi/emulation.json index 11dee4d2ed95dc..933655e40b6ecf 100644 --- a/webdriver/bidi/emulation.json +++ b/webdriver/bidi/emulation.json @@ -737,6 +737,39 @@ } } }, + "setScreenSettingsOverride": { + "__compat": { + "description": "`emulation.setScreenSettingsOverride` command", + "spec_url": "https://w3c.github.io/webdriver-bidi/#command-emulation-setScreenOrientationOverride", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "147" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/303188" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "setScriptingEnabled": { "__compat": { "description": "`emulation.setScriptingEnabled` command",