-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Currently we have multiple specs defining WebDriver BiDi endpoints; https://w3c.github.io/webdriver-bidi/ itself does, but also https://w3c.github.io/permissions/#automation-webdriver-bidi and https://webbluetoothcg.github.io/web-bluetooth/#automated-testing.
We have some code to extract CDDL from the WebDriver BiDi code, see https://github.com/w3c/webdriver-bidi/blob/3b1939c2380b9ba12cc123cef03c1e3af15fa01d/scripts/cddl/utils.js#L13, and generates three CDDL files ultimately: local.cddl
, remote.cddl
, all.cddl
.
We probably want to pull out all of local-cddl
and remote-cddl
separately; all is just the union of both of these.
See also: w3c/webdriver-bidi#791
Metadata
Metadata
Assignees
Labels
No labels