Skip to content

selenium-driverless

538 1 11 NOASSERTION
1.9.3.1 (23 May 2024) Jul 22 2022 8.2 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


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