chromium-bidi
chromium-bidi copied to clipboard
Add sessionId and reconnection
Currently,
- The session with the Browser instance are closed whenever the connection is closed.
- There is no way to reconnect if the connection is dropped.
- WPT tests need a
/sessionendpoint on the server.
Consider to implement reconnection like in classical WebDriver.
Open questions:
- how to close the session?
Related topics:
- https://github.com/w3c/webdriver-bidi/issues/97
- https://github.com/w3c/webdriver-bidi/issues/103
- https://github.com/w3c/webdriver-bidi/issues/104