From 209ff2fc12913d95fd380c1d8fb22159e35e3fbf Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Thu, 6 Mar 2025 14:27:01 -0500 Subject: [PATCH] chore: remove CDP deprecation notice in launching browsers related to firefox --- docs/app/references/launching-browsers.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/app/references/launching-browsers.mdx b/docs/app/references/launching-browsers.mdx index f1a34a72f7..97d4aab9d2 100644 --- a/docs/app/references/launching-browsers.mdx +++ b/docs/app/references/launching-browsers.mdx @@ -190,22 +190,6 @@ of our [docker images](/app/continuous-integration/overview#Cypress-Docker-Image By default, we will launch Firefox headlessly during `cypress run`. To run Firefox headed, you can pass the `--headed` argument to `cypress run`. -##### Webdriver BiDi and CDP Deprecation - -:::info - -Since Firefox 129, Chrome DevTools Protocol (CDP) has been [deprecated in Firefox](https://fxdx.dev/deprecating-cdp-support-in-firefox-embracing-the-future-with-webdriver-bidi/). -In Firefox 135 and above, Cypress defaults to automating the Firefox browser with WebDriver BiDi. -Cypress will no longer support CDP within Firefox in the future and is planned for removal in Cypress 15. - -If CDP still needs to be used, you can force enablement via the `FORCE_FIREFOX_CDP=1` environment variable, regardless of Firefox version. For example: - -```bash -FORCE_FIREFOX_CDP=1 npx cypress run --browser firefox -``` - -::: - ### WebKit (Experimental) Cypress has [experimental](/app/references/experiments) support for WebKit,