Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
12 changes: 12 additions & 0 deletions features/draft/webdriver-sensors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
draft_date: 2024-08-27
name: WebDriver Sensors
description: WebDriver Sensors are WebDriver extension commands for creating, deleting, getting, and setting readings for virtual sensors (sensors that do not depend on underlying hardware or operating system support).
spec: https://w3c.github.io/sensors/#automation
group:
- sensors
- webdriver
compat_features:
- webdriver.commands.CreateVirtualSensor
- webdriver.commands.DeleteVirtualSensor
- webdriver.commands.GetVirtualSensorInformation
- webdriver.commands.UpdateVirtualSensorReading
14 changes: 14 additions & 0 deletions features/draft/webdriver-sensors.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated from: webdriver-sensors.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "120"
chrome_android: "120"
edge: "120"
compat_features:
- webdriver.commands.CreateVirtualSensor
- webdriver.commands.DeleteVirtualSensor
- webdriver.commands.GetVirtualSensorInformation
- webdriver.commands.UpdateVirtualSensorReading
1 change: 1 addition & 0 deletions features/webdriver-bidi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec: https://w3c.github.io/webdriver-bidi/
# https://developer.chrome.com/blog/webdriver-bidi-2023
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=4016
# https://bugzilla.mozilla.org/show_bug.cgi?id=1753997
group: webdriver
status:
baseline: false
support:
Expand Down
4 changes: 2 additions & 2 deletions features/draft/spec/webdriver2.yml → features/webdriver.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
draft_date: 2024-08-19
name: WebDriver
description: TODO
description: The WebDriver interface allows out-of-process programs to inspect and control browsers to, for example, run tests of web applications. Also known as WebDriver classic.
spec: https://w3c.github.io/webdriver/
group: webdriver
compat_features:
- api.Navigator.webdriver
- webdriver.commands.AcceptAlert
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from: webdriver2.yml
# Generated from: webdriver.yml
# Do not edit this file by hand. Edit the source file instead!

status:
Expand Down
1 change: 1 addition & 0 deletions groups/webdriver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: WebDriver