Skip to content

selenium-driverless

459 1 10 NOASSERTION
1.9.3.1 (23 May 2024) Jul 22 2022 7.6 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,279 3.5.5 (5 months ago) Sep 04 2020 compare
29,927 4.23.1 (14 days ago) Apr 25 2008 compare
1,827 0.4.0 (6 months ago) Dec 28 2012 compare
3,529 v0.6.1 (5 months ago) Feb 23 2022 compare
11,260 1.45.1 (15 days ago) Feb 24 2021 compare
1,732 0.7.1 (25 days ago) Feb 23 2022 compare
585 0.8.2 (4 months ago) Feb 23 2022 compare
4,052 3.5 (4 years ago) Apr 25 2014 compare

Other Languages

64,435 1.45.3 (4 days ago) Jan 23 2015 compare
87,825 2.11.2 (1 year, 3 months ago) May 29 2018 compare
10,699 chromedp (1 year, 3 days ago) Aug 15 2019 compare
2,917 v2.1.1 (8 months ago) Jul 17 2018 compare
Was this page helpful?