undetected-chromedriver
Custom Selenium Chromedriver that avoids Cloudflare, DataDome, and anti-bot protection.
Why consider undetected-chromedriver?
undetected-chromedriver is an optimized Selenium ChromeDriver patch that bypasses modern anti-bot protection systems (Cloudflare WAF, DataDome, Kasada, Imperva) by modifying binary CDC variables on the fly.
Learn undetected-chromedriver by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of undetected-chromedriver
undetected-chromedriver prevents automated WebDriver detection flags from triggering browser security challenges.
Quickstart
pip install undetected-chromedriverimport undetected_chromedriver as ucdriver = uc.Chrome(headless=False)driver.get('https://nowsecure.nl')print(driver.page_source)driver.quit()undetected-chromedriver is licensed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.