Skip to content

Commit 209ff2f

Browse files
committed
chore: remove CDP deprecation notice in launching browsers related to firefox
1 parent 8a81200 commit 209ff2f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/app/references/launching-browsers.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,6 @@ of our [docker images](/app/continuous-integration/overview#Cypress-Docker-Image
190190
By default, we will launch Firefox headlessly during `cypress run`. To run
191191
Firefox headed, you can pass the `--headed` argument to `cypress run`.
192192

193-
##### Webdriver BiDi and CDP Deprecation
194-
195-
:::info
196-
197-
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/).
198-
In Firefox 135 and above, Cypress defaults to automating the Firefox browser with WebDriver BiDi.
199-
Cypress will no longer support CDP within Firefox in the future and is planned for removal in Cypress 15.
200-
201-
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:
202-
203-
```bash
204-
FORCE_FIREFOX_CDP=1 npx cypress run --browser firefox
205-
```
206-
207-
:::
208-
209193
### WebKit (Experimental)
210194

211195
Cypress has [experimental](/app/references/experiments) support for WebKit,

0 commit comments

Comments
 (0)