Skip to content
New issue

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

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

Already on GitHub? # to your account

Add WebDriver extension features #1956

Merged
merged 3 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions features/compute-pressure.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: CPU compute pressure
description: The `PressureObserver` API monitors CPU load, allowing you to adjust workloads in response to available computing resources. Also known as the Compute Pressure API.
spec: https://w3c.github.io/compute-pressure/
group: compute-pressure
25 changes: 0 additions & 25 deletions features/draft/spec/compute-pressure.yml

This file was deleted.

10 changes: 10 additions & 0 deletions features/webdriver-compute-pressure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: WebDriver compute pressure
Elchi3 marked this conversation as resolved.
Show resolved Hide resolved
description: WebDriver Compute Pressure are WebDriver extension commands for creating, deleting, and updating readings for virtual pressure sources (sources that do not depend on underlying hardware or operating system support).
Elchi3 marked this conversation as resolved.
Show resolved Hide resolved
spec: https://w3c.github.io/compute-pressure/
group:
- compute-pressure
- webdriver
compat_features:
- webdriver.commands.CreateVirtualPressureSource
- webdriver.commands.DeleteVirtualPressureSource
- webdriver.commands.UpdateVirtualPressureSource
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from: compute-pressure.yml
# Generated from: webdriver-compute-pressure.yml
# Do not edit this file by hand. Edit the source file instead!

status:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
draft_date: 2024-08-27
name: WebDriver Sensors
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).
Elchi3 marked this conversation as resolved.
Show resolved Hide resolved
spec: https://w3c.github.io/sensors/#automation
group:
Expand Down
1 change: 1 addition & 0 deletions groups/compute-pressure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Compute Pressure
Elchi3 marked this conversation as resolved.
Show resolved Hide resolved