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
<spanclass="n">sb</span><spanclass="o">.</span><spanclass="n">cdp</span><spanclass="o">.</span><spanclass="n">get_rd_host</span><spanclass="p">()</span><spanclass="c1"># Returns the remote-debugging host</span>
2915
2916
<spanclass="n">sb</span><spanclass="o">.</span><spanclass="n">cdp</span><spanclass="o">.</span><spanclass="n">get_rd_port</span><spanclass="p">()</span><spanclass="c1"># Returns the remote-debugging port</span>
2916
2917
<spanclass="n">sb</span><spanclass="o">.</span><spanclass="n">cdp</span><spanclass="o">.</span><spanclass="n">get_rd_url</span><spanclass="p">()</span><spanclass="c1"># Returns the remote-debugging URL</span>
<p>🐙 <atranslate="no" href="examples/cdp_mode/ReadMe/"><b>CDP Mode</b></a> bypasses bot-detection and handles CAPTCHAs by driving the browser directly through the <ahref="https://chromedevtools.github.io/devtools-protocol/" translate="no">Chrome DevTools Protocol</a>. Includes <ahref="examples/cdp_mode/playwright/ReadMe/"><b><spantranslate="no">Stealthy Playwright Mode</span></b></a>, which extends these advanced anti-detection patches to Playwright scripts.</p>
2838
2838
<p>📚 The <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples">SeleniumBase/examples/</a> folder includes over 100 ready-to-run examples of E2E testing. Examples that start with <code>test_</code> or end with <code>_test.py</code>/<code>_tests.py</code> are specifically designed to run with <code>pytest</code>. Other examples run directly with raw <code>python</code> (those files generally start with <code>raw_</code> to avoid confusion).</p>
2839
2839
<p>🥷 Stealthy CDP Mode examples are located in <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/cdp_mode">./examples/cdp_mode/</a>.</p>
2840
-
<p>🎭 Stealthy Playwright examples are located in <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/">./examples/cdp_mode/playwright</a>.</p>
2840
+
<p>🎭 Stealthy Playwright examples are located in <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/">./examples/cdp_mode/playwright/</a>.</p>
0 commit comments