w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Connecting over pipes #731

Open OrKoN opened 2 weeks ago

OrKoN commented 2 weeks ago

Currently, WebDriver BiDi spec defines that communication happens over the WebSocket protocol. It would be great to support local communication transports such as named pipes or some way to allow negotiate a different transport when launching a browser/driver. Pipes offer better security out of the box and potentially better performance.