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> (<ahref="https://chromedevtools.github.io/devtools-protocol/"translate="no"><spantranslate="no">Chrome Devtools Protocol</span></a> 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 <btranslate="no">CDP</b> (via <ahref="https://github.com/mdmintz/MyCDP"translate="no"><spantranslate="no">MyCDP</span></a>). Although regular <btranslate="no">UC Mode</b> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, <btranslate="no">CDP</b> can. <btranslate="no">CDP Mode</b> can also be used independently of WebDriver via <btranslate="no">Pure CDP Mode</b> (<code>sb_cdp</code>).
5
+
🐙 <btranslate="no">SeleniumBase</b> <btranslate="no">CDP Mode</b> (<ahref="https://chromedevtools.github.io/devtools-protocol/"translate="no"><spantranslate="no">Chrome Devtools Protocol</span></a> 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 <btranslate="no">CDP</b> (via <ahref="https://github.com/mdmintz/MyCDP"translate="no"><spantranslate="no">MyCDP</span></a>). Although regular <btranslate="no">UC Mode</b> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, <btranslate="no">CDP</b> can. <btranslate="no">CDP Mode</b> can also be used independently of WebDriver via <b><ahref="#Pure_CDP_Mode"translate="no">Pure CDP Mode</a></b> (<code>sb_cdp</code>).
<btranslate="no">Pure CDP Mode</b> doesn't use WebDriver for anything. The browser is launched using CDP, and all browser actions are performed using CDP (or <code>PyAutoGUI</code>). Initialization:
0 commit comments