You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current iteration of the WebAuthn spec supports automated testing via an integration with WebDriver. This support should be extended to support WebDriver BiDi. The work here is largely ceremonial, as the definitions of the JSON payload does not need much alteration, if any, to be usable in WebDriver BiDi. As an example of another spec that has already enabled this support, one can look to the Permissions spec.
I reached out to our browser automation team. There's a hope that BiDi can replace WebDriver classic at some point. However, the classic automation has worked well for WebAuthn and is well supported by all major browser vendors, unlike BiDi at the moment.
I am not opposed to extending support to BiDi, but I don't think this is work we would prioritize.
Description
The current iteration of the WebAuthn spec supports automated testing via an integration with WebDriver. This support should be extended to support WebDriver BiDi. The work here is largely ceremonial, as the definitions of the JSON payload does not need much alteration, if any, to be usable in WebDriver BiDi. As an example of another spec that has already enabled this support, one can look to the Permissions spec.
Related Links
WebDriver BiDi specification
Permissions specification WebDriver BiDi support
The text was updated successfully, but these errors were encountered: