Add automation support via WebDriver#141
Merged
Conversation
This PR integrates with the automation concepts defined in https://w3c.github.io/device-posture/#automation to allow changing device posture through the WebDriver extension commands defined there. Set device posture WebDriver extension will enable overriding posture defined by hardware. Clear device posture WebDriver extension removes device posture override and returns device posture control back to hardware. Fixes #140
Member
|
@darktears @kenchris For the record, I reviewed this PR internally so I'd appreciate it if a second pair of eyes could take a look at this. |
darktears
approved these changes
Mar 22, 2024
JuhaVainio
added a commit
to JuhaVainio/WPT
that referenced
this pull request
Apr 8, 2024
Spec PR: w3c/device-posture#141 This PR adds the required infrastructure to manipulate device posture from testdriver. The two new commands correspond to the two WebDriver extension commands added by the spec PR above.
past
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Apr 17, 2024
Spec PR: w3c/device-posture#141 This PR adds the required infrastructure to manipulate device posture from testdriver. The two new commands correspond to the two WebDriver extension commands added by the spec PR above.
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Apr 23, 2024
…estdriver, a=testonly Automatic update from web-platform-tests Add device posture-related commands to testdriver (#45602) Spec PR: w3c/device-posture#141 This PR adds the required infrastructure to manipulate device posture from testdriver. The two new commands correspond to the two WebDriver extension commands added by the spec PR above. -- wpt-commits: 1a6206c84228a17ab23a7e8b02768d1f15655705 wpt-pr: 45602
vinnydiehl
pushed a commit
to vinnydiehl/mozilla-unified
that referenced
this pull request
Apr 24, 2024
…estdriver, a=testonly Automatic update from web-platform-tests Add device posture-related commands to testdriver (#45602) Spec PR: w3c/device-posture#141 This PR adds the required infrastructure to manipulate device posture from testdriver. The two new commands correspond to the two WebDriver extension commands added by the spec PR above. -- wpt-commits: 1a6206c84228a17ab23a7e8b02768d1f15655705 wpt-pr: 45602
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
…estdriver, a=testonly Automatic update from web-platform-tests Add device posture-related commands to testdriver (#45602) Spec PR: w3c/device-posture#141 This PR adds the required infrastructure to manipulate device posture from testdriver. The two new commands correspond to the two WebDriver extension commands added by the spec PR above. -- wpt-commits: 1a6206c84228a17ab23a7e8b02768d1f15655705 wpt-pr: 45602
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates with the automation concepts defined in https://w3c.github.io/device-posture/#automation to allow changing device posture through the WebDriver extension commands defined there.
Set device posture WebDriver extension will enable overriding posture defined by hardware.
Clear device posture WebDriver extension removes device posture override and returns device posture control back to hardware.
Closes #140
The following tasks have been completed:
Implementation commitment:
Preview | Diff