Skip to content

selenium-driverless

642 1 11 NOASSERTION
1.9.4 (22 Oct 2024) Jul 22 2022 8.9 thousand (month)

Selenium Driverless is a Selenium inspired browser automation library with focus on web scraping detection bypass. It shares most of Selenium API and UX but implements several extensions that make the scraper more difficult to detect and extra usability features like: - Bypass Cloudflare - Multiple Tab scraping - Multiple context support - Proxy auth - Network interception

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


10,159 3.5.5 (9 months ago) Sep 04 2020 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?