WICG / digital-credentials

Digital Credentials, like driver's licenses
https://wicg.github.io/digital-credentials/
Other
82 stars 9 forks source link

Define WebDriver integration #131

Open RByers opened 5 months ago

RByers commented 5 months ago

We agreed at the F2F meeting yesterday that we should plan to eventually provide WebDriver automation hooks, similar to FedCM and WebAuthn. This will be important for both browser implementation testing and website testing.

In the interim we have some web platform tests which rely on some hacks.

marcoscaceres commented 4 months ago

Ok, yeah... @samuelgoto and I were talking about doing just a simple fake protocol (which we probably need regardless) ... but we should maybe list the requirements for what we might want to emulate through web driver... there might not be that many things:

User actions:

Data related:

etc...

marcoscaceres commented 3 months ago

Ok, looks like Web Authn might give us a lot of what we need... we can generalize the Web Authn Automation part for this too.

I think we still need the fake protocol though, but we should make it explicit that it's only used "in automation".