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
The `sb_cdp` and `cdp_driver` formats don't use WebDriver at all, meaning that `chromedriver` isn't needed. From these two formats, Stealthy Playwright Mode can call [CDP Mode methods](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/cdp_mode_methods.md) and Playwright methods.
@@ -167,36 +197,6 @@ with sync_playwright() as p:
167
197
168
198
--------
169
199
170
-
### 🎭 Converting regular <btranslate="no">Playwright</b> scripts to <btranslate="no">Stealthy Playwright Mode</b>:
171
-
172
-
If you have a regular Playwright script that looks like this:
### 🎭 More details about <btranslate="no">Stealthy Playwright Mode</b>:
201
201
202
202
Stealthy Playwright Mode uses the system's Chrome browser by default. There's also the option of setting `use_chromium=True` to use the unbranded Chromium browser instead, which still supports extensions. (With regular Playwright, you would generally need to run `playwright install` to download a special version of Chrome before running Playwright scripts, unless you set `channel="chrome"` to use the system's Chrome browser instead.)
0 commit comments