You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement a universal Webdriver BiDi client that can be used to connect to any browser via websocket. This should only include the methods defined in the Webdriver BiDi specification with no connections to the Cypress automation client.
Why is this needed?
Firefox has BiDi mostly implemented as of version 130. Currently no BiDi library for Firefox exists, so we must write our own client. We can use the chromium-bidi library for typings as they fit the specification almost exactly.
Other
We might want to consider making this it's own package in the future, but for now this can live inside the @packages/server package.
The text was updated successfully, but these errors were encountered:
What would you like?
I would like to implement a universal Webdriver BiDi client that can be used to connect to any browser via websocket. This should only include the methods defined in the Webdriver BiDi specification with no connections to the Cypress automation client.
Why is this needed?
Firefox has BiDi mostly implemented as of version 130. Currently no BiDi library for Firefox exists, so we must write our own client. We can use the chromium-bidi library for typings as they fit the specification almost exactly.
Other
We might want to consider making this it's own package in the future, but for now this can live inside the
@packages/server
package.The text was updated successfully, but these errors were encountered: