diff --git a/docs/guides/references/trade-offs.mdx b/docs/guides/references/trade-offs.mdx index 7c32ae756c..95cecb790e 100644 --- a/docs/guides/references/trade-offs.mdx +++ b/docs/guides/references/trade-offs.mdx @@ -129,10 +129,6 @@ thing that causes the behavior you care about testing. Just like with multiple tabs - Cypress does not support controlling more than 1 open browser at a time. -However it **is possible** to synchronize Cypress with another back end -process - whether it is Selenium or Puppeteer to drive a 2nd open browser. We -have actually seen this work together quite nicely! - With that said, except in the most unusual and rare circumstances, you can still test most application behavior without opening multiple browsers at the same time.