-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle deprecation of CDP in Firefox 129 #29713
Comments
Since firefox 129 is now released, the latest cypress 13.13.3 package still does not start firefox correct |
@xwz do you have a reproduction? FIrefox 129 starts correctly in |
Oh, the mac, if there is an existing cypress installation, one needs to run |
What would you like?
Firefox is deprecating CDP in Firefox 129. See announcement. There is a workaround until support is removed for CDP at the end of the year and we’ll need to replace that functionality with WebDriver BiDi.
We'll need to set the
remote.active-protocols
preference to2
before starting Firefox.Installing Firefox Nightly 129 and running it within Cypress does not currently work. The browser does not launch as shown below.
I'm not sure when Firefox 129 will release, they say they release every 4-5 weeks. There's this schedule, but I'm not sure who's published it. Asking someone from Mozilla directly to see when it will be released.
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: