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
🐙 <btranslate="no">SeleniumBase</b> <btranslate="no">CDP Mode</b> (Chrome Devtools Protocol Mode) is a special mode inside of <b><ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b> that lets bots appear human while controlling the browser with the <btranslate="no">CDP-Driver</b>. Although regular <spantranslate="no">UC Mode</span> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, the <spantranslate="no">CDP-Driver</span> can still perform actions (while maintaining its cover).
5
+
🐙 <btranslate="no">SeleniumBase</b> <btranslate="no">CDP Mode</b> (Chrome Devtools Protocol Mode) is a special mode inside of <b><ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b> that lets bots appear human while controlling the browser with the <btranslate="no">CDP-Driver</b>. Although regular <spantranslate="no">UC Mode</span> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, the <spantranslate="no">CDP-Driver</span> can still perform actions while maintaining its cover. (For Python 3.11 or newer!)
6
6
7
7
👤 <btranslate="no">UC Mode</b> avoids bot-detection by first disconnecting WebDriver from the browser at strategic times, calling special <code>PyAutoGUI</code> methods to bypass CAPTCHAs (as needed), and finally reconnecting the <code>driver</code> afterwards so that WebDriver actions can be performed again. Although this approach works for bypassing simple CAPTCHAs, more flexibility is needed for bypassing bot-detection on websites with advanced protection. (That's where <btranslate="no">CDP Mode</b> comes in.)
8
8
@@ -74,15 +74,15 @@ from seleniumbase import SB
74
74
with SB(uc=True, test=True, locale_code="en") as sb:
0 commit comments