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>SeleniumBaseis a browser automation framework that empowers software teams to innovate faster and handle modern web challenges with ease. With stealth options like CDP Mode, you'll avoid the usual restrictions imposed by websites deploying bot-detection services.</p>
2839
+
<p><ahref="https://github.com/seleniumbase/SeleniumBase/"><btranslate="no">SeleniumBase</b></a>is an all-in-one Python framework designed to make browser automation, scraping, and testing significantly easier than using standard Selenium. With stealth options (eg. <atranslate="no" href="examples/cdp_mode/ReadMe/"><btranslate="no">CDP Mode</b></a>) you'll avoid the usual restrictions imposed by websites with bot-detection. Includes a feature that <ahref="examples/cdp_mode/playwright/ReadMe/"><b>makes <spantranslate="no">Playwright</span> stealthy</b>.</p>
2839
2840
2840
2841
<hr/>
2841
2842
<p>📚 Learn from <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples"><strong>over 200 examples</strong> in the <strong>SeleniumBase/examples/</strong> folder</a>.</p>
2842
2843
<p>🐙 Stealth modes: <atranslate="no" href="help_docs/uc_mode/"><b>UC Mode</b></a> and <atranslate="no" href="examples/cdp_mode/ReadMe/"><b>CDP Mode</b></a> can bypass bot-detection, solve CAPTCHAs, and call advanced methods from the <ahref="https://chromedevtools.github.io/devtools-protocol/" translate="no">Chrome Devtools Protocol</a>.</p>
2843
-
<p>ℹ️ Many examples run with raw <codetranslate="no"><b>python</b></code>, although some use <ahref="help_docs/syntax_formats/">Syntax Formats</a> that expect <ahref="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).</p>
2844
+
<p>ℹ️ Many examples run with raw <codetranslate="no"><b>python</b></code>, although some <ahref="help_docs/syntax_formats/">Syntax Formats</a> expect <ahref="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).</p>
2844
2845
<hr/>
2845
2846
<palign="left">📗 This script performs a Google Search using SeleniumBase UC Mode + CDP Mode:<br/><ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py">SeleniumBase/examples/raw_google.py</a> (Results are saved as PDF, HTML, and PNG)</p>
0 commit comments