Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BCDv6] Move webdriver.{commands => classic.commands} #25802

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions webdriver/classic/commands/AcceptAlert.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"webdriver": {
"classic": {
"commands": {
"AcceptAlert": {
"__compat": {
"spec_url": "https://w3c.github.io/webdriver/#accept-alert",
"tags": [
"web-features:webdriver"
],
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"oculus": "mirror",
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
58 changes: 58 additions & 0 deletions webdriver/classic/commands/AddCookie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"webdriver": {
"classic": {
"commands": {
"AddCookie": {
"__compat": {
"spec_url": "https://w3c.github.io/webdriver/#add-cookie",
"tags": [
"web-features:webdriver"
],
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"oculus": "mirror",
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
58 changes: 58 additions & 0 deletions webdriver/classic/commands/Back.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"webdriver": {
"classic": {
"commands": {
"Back": {
"__compat": {
"spec_url": "https://w3c.github.io/webdriver/#back",
"tags": [
"web-features:webdriver"
],
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"oculus": "mirror",
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
59 changes: 59 additions & 0 deletions webdriver/classic/commands/CloseWindow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"webdriver": {
"classic": {
"commands": {
"CloseWindow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/WebDriver/Commands/CloseWindow",
"spec_url": "https://w3c.github.io/webdriver/#close-window",
"tags": [
"web-features:webdriver"
],
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities). This is only partially supported."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"oculus": "mirror",
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
46 changes: 46 additions & 0 deletions webdriver/classic/commands/CreateVirtualPressureSource.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"webdriver": {
"classic": {
"commands": {
"CreateVirtualPressureSource": {
"__compat": {
"spec_url": "https://w3c.github.io/compute-pressure/#create-virtual-pressure-source",
"tags": [
"web-features:virtual-pressure-sources"
],
"support": {
"chrome": {
"version_added": "129",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
46 changes: 46 additions & 0 deletions webdriver/classic/commands/CreateVirtualSensor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"webdriver": {
"classic": {
"commands": {
"CreateVirtualSensor": {
"__compat": {
"spec_url": "https://w3c.github.io/sensors/#create-virtual-sensor-command",
"tags": [
"web-features:virtual-sensors"
],
"support": {
"chrome": {
"version_added": "120",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
58 changes: 58 additions & 0 deletions webdriver/classic/commands/DeleteAllCookies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"webdriver": {
"classic": {
"commands": {
"DeleteAllCookies": {
"__compat": {
"spec_url": "https://w3c.github.io/webdriver/#delete-all-cookies",
"tags": [
"web-features:webdriver"
],
"support": {
"chrome": {
"version_added": "65",
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"chrome_android": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"edge": "mirror",
"firefox": {
"version_added": "55"
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": "7"
},
"oculus": "mirror",
"opera": {
"version_added": false,
"notes": "To enable Chromium support, include `{\"goog:chromeOptions\": {\"w3c\": true}}` in the [capabilities](https://developer.mozilla.org/docs/Web/WebDriver/Capabilities)."
},
"opera_android": "mirror",
"safari": {
"version_added": false,
"notes": "The vendor-supported implementation for Safari is non spec-conforming and incompatible."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": false,
"notes": "The vendor-supported implementation for Samsung Internet is non-spec-conforming and incompatible."
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
Loading