Skip to content

selenium-driverless

568 1 4 NOASSERTION
1.9.4 (22 Oct 2024) Jul 22 2022 9.0 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,858 3.5.5 (8 months ago) Sep 04 2020 compare
30,594 4.25.0 (a month ago) Apr 25 2008 compare
1,834 0.4.0 (8 months ago) Dec 28 2012 compare
3,751 v0.6.1 (7 months ago) Feb 23 2022 compare
11,763 1.48.0 (6 days ago) Feb 24 2021 compare
1,751 0.7.1 (3 months ago) Feb 23 2022 compare
672 0.8.2 (6 months ago) Feb 23 2022 compare
4,092 3.5 (4 years ago) Apr 25 2014 compare

Other Languages

66,511 1.48.2 (a day ago) Jan 23 2015 compare
88,607 2.11.2 (1 year, 6 months ago) May 29 2018 compare
10,993 chromedp (12 days ago) Nov 27 2019 compare
2,940 v2.1.1 (10 months ago) Jul 17 2018 compare
Was this page helpful?