w3c / compute-pressure

A web API proposal that provides information about available compute capacity
https://www.w3.org/TR/compute-pressure/
Other
69 stars 10 forks source link

automation: Consider adding WebDriver BiDi actions in addition to the WebDriver Classic endpoints #288

Open rakuco opened 3 months ago

rakuco commented 3 months ago

As discussed in https://github.com/w3c/compute-pressure/pull/284#issuecomment-2180990161:

defining it [the API] as a WebDriver BiDi module would allow adding events later (if needed) and it would allow WebDriver BiDi-only clients such as Puppeteer to expose the functionality for developers to write tests for their apps.

We do not need BiDi's bidirectional capabilities at the moment, but I don't think it would hurt to define a BiDi module in the future, just like the Permissions API does.