chromium-bidi icon indicating copy to clipboard operation
chromium-bidi copied to clipboard

Add sessionId and reconnection

Open sadym-chromium opened this issue 4 years ago • 0 comments

Currently,

  1. The session with the Browser instance are closed whenever the connection is closed.
  2. There is no way to reconnect if the connection is dropped.
  3. WPT tests need a /session endpoint 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

sadym-chromium avatar Jun 24 '21 08:06 sadym-chromium