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
<p>🐙 <btranslate="no">SeleniumBase</b><btranslate="no">CDP Mode</b> is a stealth mode of SeleniumBase that uses the <ahref="https://chromedevtools.github.io/devtools-protocol/" translate="no"><spantranslate="no">Chrome Devtools Protocol</span></a> (via <ahref="https://github.com/mdmintz/MyCDP" translate="no"><spantranslate="no">MyCDP</span></a>) to control the web browser. <btranslate="no">CDP Mode</b> can be used either as a subset of <b><ahref="../../../help_docs/uc_mode/" translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b>, or via <b><ahref="#Pure_CDP_Mode" translate="no">Pure CDP Mode</a></b> (<code>sb_cdp</code>), which doesn't use WebDriver at all, and has a slightly different setup.</p>
2954
+
<p>🐙 <btranslate="no">SeleniumBase</b><btranslate="no">CDP Mode</b> is a stealth mode of SeleniumBase that uses the <ahref="https://chromedevtools.github.io/devtools-protocol/" translate="no">Chrome Devtools Protocol</a> (via <ahref="https://github.com/mdmintz/MyCDP" translate="no"><spantranslate="no">MyCDP</span></a>) to control the web browser. <btranslate="no">CDP Mode</b> can be used either as a subset of <b><ahref="../../../help_docs/uc_mode/" translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b>, or via <b><ahref="#Pure_CDP_Mode" translate="no">Pure CDP Mode</a></b> (<code>sb_cdp</code>), which doesn't use WebDriver at all, and has a slightly different setup.</p>
<p>In most cases, <code>sb.solve_captcha()</code> is good enough for CF Turnstiles without needing <code>sb.cdp.gui_click_element(selector)</code>. (See <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_planetmc.py">SeleniumBase/examples/cdp_mode/raw_planetmc.py</a>)</p>
3017
-
<p>ℹ️ Note that <code>PyAutoGUI</code> is an optional dependency. If calling a method that uses it when not already installed, then <code>SeleniumBase</code> installs <code>PyAutoGUI</code> at run-time.</p>
3018
+
<p>ℹ️ Note that <code>PyAutoGUI</code> is an optional dependency. If calling a method that uses it when not already installed, then <code>SeleniumBase</code> installs <code>PyAutoGUI</code> at runtime.</p>
3018
3019
<hr/>
3019
3020
<h3id="here-are-a-few-common-sbcdp-methods">🐙 Here are a few common <code>sb.cdp</code> methods<aclass="headerlink" href="#here-are-a-few-common-sbcdp-methods" title="Permanent link">¶</a></h3>
0 commit comments