chromedriver-autoinstaller
Automatically install chromedriver that supports the currently installed version of chrome.
What it is and what it does
chromedriver-autoinstaller is a utility that automatically downloads and installs the chromedriver binary matching your currently installed Chrome version, then adds it to your system PATH. When you call its install() function, it detects your Chrome version, downloads the corresponding chromedriver if needed, and makes it available for use. The package supports Linux, macOS, and Windows.
It eliminates the manual work of downloading chromedriver from the Chromium project, matching versions, and managing paths. The single runtime dependency is packaging, and it supports Python versions 3.6 through 3.11. Development is dormant but the package remains stable for its core purpose.
Use it for:
- Automate browser testing in CI/CD pipelines without pre-installing chromedriver binaries.
- Simplify setup in containerized environments where Chrome version may vary.
- Eliminate version mismatch errors when Chrome auto-updates on developer machines.
- Reduce onboarding friction for teams sharing test suites across Linux, macOS, and Windows.
- Quick prototyping of browser automation scripts without manual driver setup.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Automatically downloads and installs the chromedriver binary matching your installed Chrome version, then adds it to your system PATH.
Yes, if you need automatic chromedriver installation matching your Chrome version. The dormant maintenance status is not a blocker for stable use—the package does one thing well and Chrome's driver versioning hasn't fundamentally changed. Install it if your workflow involves frequent Chrome updates or cross-platform testing; skip it if you already have a chromedriver management strategy in place.
Install
chromedriver-autoinstaller on PyPI
pip
pip install chromedriver-autoinstalleruv
uv add chromedriver-autoinstallerpoetry
poetry add chromedriver-autoinstallerInstalling chromedriver-autoinstaller
Before you install
Low friction installation with a single runtime dependency (packaging). Maintenance is dormant—last release was 2024-01-28—but the repository remains active with recent commits and no archived status. Suitable for stable use cases that don't require ongoing feature development.
License in practice
MIT license is permissive and places no restrictions on use, modification, or distribution in your own projects.
Quickstart
pip install chromedriver-autoinstaller
import chromedriver_autoinstaller
chromedriver_autoinstaller.install()
Requires Chrome or Chromium to be installed on the system; chromedriver-autoinstaller detects and downloads the matching version but cannot function without an existing Chrome installation.
Verify before relying
- Whether the package reliably handles rapid Chrome version updates or if manual re-runs are sometimes needed.
- Performance impact of the version-matching and download logic on first import or call.
- Behavior when multiple Chrome versions are installed on the same system.
- How the package integrates with webdriver usage after install() is called.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — packaging |
| Maintenance | dormant — 929 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 455,434/month — #6,557 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chromedriver_autoinstaller-0.6.4-py3-none-any.whl
Keywords: chromedriver, chrome, chromium, selenium
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
chromedriver-binaryDownloads and installs the chromedriver binary…
permissive · top 15,000 on PyPI
chromedriver-pyDownloads and installs the appropriate…
permissive · top 15,000 on PyPI
geckodriver-autoinstallerAutomatically downloads and installs…
permissive · top 5,000 on PyPI
chrome-versionDetects the version of Chrome installed on…
permissive · top 15,000 on PyPI
webdriver-managerAutomatically downloads, caches, and manages…
permissive · top 5,000 on PyPI
undetected-chromedriverPatches Selenium's Chrome WebDriver to avoid…
copyleft · top 5,000 on PyPI
seleniumSelenium provides Python bindings to automate…
permissive · top 1,000 on PyPI
Selenium-ScreenshotCaptures full-page or element-level screenshots…
permissive · top 15,000 on PyPI
selenium-stealthModifies a Selenium Chrome WebDriver to evade…
permissive · top 15,000 on PyPI
zendriverZendriver is an async-first web automation…
agpl · top 15,000 on PyPI