New features for WebDriver BiDi in Firefox 136: subscription IDs for better event management and support for containers with preload scripts!
With the release of Cypress 14.1.0, WebDriver BiDi is now the default automation protocol for Firefox 135 and later.
In Firefox 135, updated user interaction simulation to be more realistic for both WebDriver Classic and BiDi.
In Firefox 134: new BiDi command for browser windows, additional fields for network events and better addons support in Marionette.
In Firefox 133, we are adding support for transparent redirects via network interception for WebDriver BiDi, accompanied with the usual bug fixes for BiDi and Classic (Marionette)
In Firefox 132: retrying commands for improved reliability and bug fixes for our WebDriver BiDi implementation…
In Firefox 131: support for remaining arguments of “network.continueResponse”, improvements for “browsingContext.navigate” and various bugs fixes!
In Firefox 130: new “browsingContext.navigationFailed” event for BiDi and various bugs fixes!
In Firefox 129: CDP is now disabled by default, but we added a lot of features to WebDriver BiDi! Bypass the network cache, return mocked responses, handle before unload prompts and a few other surprises!
WebDriver is a remote control interface that enables introspection and control of user agents. As such it can help developers…