w3c / webauthn

Web Authentication: An API for accessing Public Key Credentials
https://w3c.github.io/webauthn/
Other
1.19k stars 171 forks source link

Add `userName` and `userDisplayName` to WebDriver's `Credential Parameters` JSON object #2143

Closed nsatragno closed 1 month ago

nsatragno commented 2 months ago

Proposed Change

Add userName and userDisplayName to WebDriver's Credential Parameters JSON object. It's not currently possible to obtain those values from either a get call or the automation API, and we need that to write WPTs for the signal* methods.