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
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
61
61
--------
62
62
63
-
<b>📝 Here's a Python example that uses <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md#-pure-cdp-mode-sb_cdp">Pure CDP Mode</a> (<code>sb_cdp</code>):</b><br />(It navigates to Browserscan to show it bypassing bot-detection.)
63
+
<b>📝 Here's a Python example that uses <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md#-pure-cdp-mode-sb_cdp">Pure CDP Mode</a> (<code>sb_cdp</code>):</b><br />(It navigates to Browserscan where it bypasses bot-detection.)
64
64
65
65
```python
66
66
from seleniumbase import sb_cdp
@@ -73,7 +73,7 @@ sb.quit()
73
73
74
74
<palign="center">
75
75
<imgsrc="https://seleniumbase.github.io/cdn/img/results_normal.jpg"width="578"alt="BrowserScan Test Results: Normal">
76
-
<br><em>(All BrowserScan bot-detection checks were passed successfully.)</em>
76
+
<br><em>(All BrowserScan bot-detection checks were passed successfully.)</em></br>
77
77
</p>
78
78
79
79
<b>🎭 Here's an example script that uses <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe.md"><spantranslate="no">Stealthy Playwright Mode</span></a>:</b><br />(Playwright connects to a stealthy SeleniumBase browser session.)
<br><em>(For maximum stealth, use <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md">CDP Mode</a>, which includes <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe.md">Stealthy Playwright Mode</a>)</em>
139
+
<br><em>(For maximum stealth, use <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md">CDP Mode</a>, which includes <atranslate="no"href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe.md">Stealthy Playwright Mode</a>.)</em></br>
<palign="left"><b>📝 <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py"target="_blank">This example</a> saves Google Search results with UC + CDP Mode:</b><br />(Results are saved as PDF, HTML, and PNG files)</p>
165
+
<palign="left"><b>📝 <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py"target="_blank">This example</a> saves Google Search results with UC + CDP Mode:</b><br />(Results are saved as PDF, HTML, and PNG files to <code>./latest_logs/</code>)</p>
166
166
167
167
```python
168
168
from seleniumbase importSB
@@ -183,7 +183,7 @@ with SB(uc=True, test=True) as sb:
<br><em>(Successfully bypassed bot-detection on a Cloudflare challenge page.)</em></br>
207
+
</p>
205
208
206
-
(<b><code>sb.solve_captcha()</code></b> <b>handles CAPTCHAs</b> that aren't bypassed automatically.)
209
+
💡 <b><code>sb.solve_captcha()</code></b> handles CAPTCHAs that aren't bypassed automatically.<br />(If no CAPTCHA is present on the current page, then nothing happens.)
207
210
208
211
--------
209
212
@@ -501,10 +504,10 @@ pip install -e .
501
504
<summary> ▶️ Here's sample output from a chromedriver download. (<b>click to expand</b>)</summary>
502
505
503
506
```zsh
504
-
*** chromedriver to download = 141.0.7390.78 (Latest Stable)
507
+
*** chromedriver to download = 148.0.7778.178 (Latest Stable)
0 commit comments