Open
Description
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.