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
🐙 <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b></a> <b>bypasses bot-detection</b> with the <ahref="https://chromedevtools.github.io/devtools-protocol/"translate="no">Chrome DevTools Protocol</a>.<br /><ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe.md"><b><spantranslate="no">Stealthy Playwright Mode</span></b></a> extends CDP Mode to make <b>Playwright</b> stealthy.<br /><b><code>sb.solve_captcha()</code></b> <b>clicks CAPTCHAs</b> that aren't bypassed automatically.
53
+
🐙 <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b></a> <b>bypasses bot-detection</b> with any Chromium-based browser.
54
54
55
-
<b>📝 Python sync version of SeleniumBase's CDP Mode: (<code>sb_cdp</code>)</b>
55
+
🎭 <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe.md"><b><spantranslate="no">Stealthy Playwright Mode</span></b></a> extends CDP Mode's stealth to <b>Playwright</b>.
56
+
57
+
<b>📝 Here's a Python example of SeleniumBase's CDP Mode using <code>sb_cdp</code>:</b>
56
58
57
59
```python
58
60
from seleniumbase import sb_cdp
@@ -68,7 +70,7 @@ sb.quit()
68
70
<br><em>BrowserScan Test Results: Normal (No bots detected)</em>
69
71
</p>
70
72
71
-
<b>🎭 Playwright can use SeleniumBase's stealth browser:</b>
73
+
<b>🎭 Here's a Playwright example that uses SeleniumBase's stealth:</b>
72
74
73
75
```python
74
76
from playwright.sync_api import sync_playwright
@@ -219,7 +221,9 @@ with SB(uc=True, test=True, locale="en") as sb:
<p align="left"><b>Here's the full code for<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
0 commit comments