Skip to content

undetected-chromedriver

10,159 5 1053 GPL-3.0
3.5.5 (17 Feb 2024) Sep 04 2020 1.0 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


642 1.9.4 (a month ago) Jul 22 2022 compare
30,908 4.27.1 (13 days ago) Apr 25 2008 compare
1,835 0.4.0 (10 months ago) Dec 28 2012 compare
3,854 v0.6.1 (9 months ago) Feb 23 2022 compare
12,005 1.49.0 (18 days ago) Feb 24 2021 compare
1,751 0.7.1 (4 months ago) Feb 23 2022 compare
713 0.9.2 (9 days ago) Feb 23 2022 compare
4,100 3.5 (4 years ago) Apr 25 2014 compare

Other Languages

67,537 1.49.0 (3 days ago) Jan 23 2015 compare
89,039 2.11.2 (1 year, 8 months ago) May 29 2018 compare
11,155 chromedp (a month ago) Nov 27 2019 compare
2,951 v2.1.1 (1 year, 7 days ago) Jul 17 2018 compare
Was this page helpful?