Skip to content

undetected-chromedriver

9,677 5 1024 GPL-3.0
3.5.5 (17 Feb 2024) Sep 04 2020 2.4 million (month)

Undetected chromedriver is custom open source headless browser driver based on Selenium. It extends Selenium headless browsers to be more ressistant to fingeprinting and identification techniquest like: - Cloudflare - Datadome - Imperva And other similar WAF anti-bot systems.

Highlights


stealthseleniumheadless-browser

Example Use


# It works the same as Selenium just with a different import.
import undetected_chromedriver as uc
driver = uc.Chrome(headless=True, use_subprocess=False)
driver.get('https://nowsecure.nl')
driver.save_screenshot('screenshot.png')
driver.close()

Alternatives / Similar


538 1.9.3.1 (4 months ago) Jul 22 2022 compare
30,385 4.25.0 (25 days ago) Apr 25 2008 compare
1,832 0.4.0 (8 months ago) Dec 28 2012 compare
3,639 v0.6.1 (7 months ago) Feb 23 2022 compare
11,602 1.47.0 (a month ago) Feb 24 2021 compare
1,751 0.7.1 (3 months ago) Feb 23 2022 compare
644 0.8.2 (6 months ago) Feb 23 2022 compare
4,078 3.5 (4 years ago) Apr 25 2014 compare

Other Languages

65,953 1.47.2 (17 days ago) Jan 23 2015 compare
88,365 2.11.2 (1 year, 6 months ago) May 29 2018 compare
10,905 chromedp (1 year, 2 months ago) Aug 15 2019 compare
2,931 v2.1.1 (10 months ago) Jul 17 2018 compare
Was this page helpful?