Skip to content

selenium-driverless

718 1 14 NOASSERTION
1.9.4 (22 Oct 2024) Jul 22 2022 6.5 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,683 3.5.5 (1 year, 2 days ago) Sep 04 2020 compare
31,604 4.28.1 (26 days ago) Apr 25 2008 compare
1,834 0.4.0 (1 year, 15 days ago) Dec 28 2012 compare
4,221 v0.6.1 (11 months ago) Feb 23 2022 compare
12,131 1.49.1 (2 months ago) Feb 24 2021 compare
1,751 0.7.1 (7 months ago) Feb 23 2022 compare
780 0.9.2 (2 months ago) Feb 23 2022 compare
4,122 3.5 (4 years ago) Apr 25 2014 compare

Other Languages

69,451 1.50.1 (18 hours ago) Jan 23 2015 compare
89,751 2.11.2 (1 year, 10 months ago) May 29 2018 compare
11,412 chromedp (4 months ago) Nov 27 2019 compare
2,977 v2.2.0 (19 days ago) Jul 17 2018 compare
Was this page helpful?