A simple tool for downloading and managing chromedriver binaries for Selenium. It automates downloading the correct version for your Chrome browser. Current version: 2.24.1. Released sporadically; no active maintenance since 2020.
pip install chromedriverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart using webdriver-manager (recommended replacement) to download chromedriver automatically.
pip install webdriver-manager
Use webdriver-manager which handles permissions correctly.
Migrate to webdriver-manager which caches and auto-updates.