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 remove references to the forked marionnete-client and replace it with a modern alternative like Geckodriver
Why is this needed?
the originally forked/copied marionette client is no longer supported by the Mozilla team (see bugzilla issue). The recommended approach is to replace the Webdriver Classic and extension methods (to add the Cypress web extension) with Geckodriver). This is a prerequisite to Webdriver BiDi support
Other
Geckodriver will be used by Firefox with or without BiDi support as we need it to create the WebDriver Session. Cypress needs to release this change first to make sure there are no regressions with the switch from marionette to geckodriver
The text was updated successfully, but these errors were encountered:
AtofStryker
changed the title
Misc: Remove Firefox marionette-client in favor of Geckodriver
misc: Remove Firefox marionette-client in favor of Geckodriver
Sep 11, 2024
What would you like?
I would like to remove references to the forked
marionnete-client
and replace it with a modern alternative like GeckodriverWhy is this needed?
the originally forked/copied marionette client is no longer supported by the Mozilla team (see bugzilla issue). The recommended approach is to replace the Webdriver Classic and extension methods (to add the Cypress web extension) with Geckodriver). This is a prerequisite to Webdriver BiDi support
Other
Geckodriver will be used by Firefox with or without BiDi support as we need it to create the WebDriver Session. Cypress needs to release this change first to make sure there are no regressions with the switch from marionette to geckodriver
The text was updated successfully, but these errors were encountered: