w3ctag / design-reviews

W3C specs and API reviews
Creative Commons Zero v1.0 Universal
328 stars 55 forks source link

WebDriver BiDi #869

Closed mathiasbynens closed 1 year ago

mathiasbynens commented 1 year ago

こんにちは TAG-さん!

I'm requesting a TAG review of WebDriver BiDi.

WebDriver BiDi is a bidirectional protocol for browser automation, building on and extending the “classic” WebDriver protocol.

Further details:

We'd prefer the TAG provide feedback as:

💬 leave review feedback as a comment in this issue

plinss commented 1 year ago

We took a look at this in our vF2F this week and are generally satisfied. Given that this isn't web facing we don't see any significant architectural impact to the web. We're glad to see the broad vendor involvement and support.

Once minor question is why the modifications to JSON-RPC? Not a big deal, but it seems breaking compatibility with standard JSON-RPC libraries should only be done if there's significant benefit, and that isn't clearly articulated.

mathiasbynens commented 1 year ago

Thank you!

Once minor question is why the modifications to JSON-RPC? Not a big deal, but it seems breaking compatibility with standard JSON-RPC libraries should only be done if there's significant benefit, and that isn't clearly articulated.

The motivation for this is explained here: https://github.com/w3c/webdriver-bidi/issues/14