w3c / device-posture

Device Posture API
https://www.w3.org/TR/device-posture/
Other
33 stars 21 forks source link

Add automation support via WebDriver #141

Closed JuhaVainio closed 6 months ago

JuhaVainio commented 6 months ago

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

rakuco commented 6 months ago

@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.