chromedriver-py
chromedriver binaries for all platforms
What it is and what it does
chromedriver-py is a packaging utility that bundles and distributes the chromedriver binary—the executable needed to automate Chrome browser instances—across Linux, macOS, and Windows. Rather than requiring you to manually download and manage chromedriver versions, this package handles the distribution and exposes a simple Python import to retrieve the correct binary path for your platform.
The package is maintained by an automated update script that tracks Chrome releases and publishes new versions within a day of a Chrome update. It has no runtime dependencies beyond Python itself, making it a lightweight addition to test suites. You import the binary path and use it to launch automated browser sessions.
Use it for:
- Automated testing of web applications without manually managing chromedriver downloads and version alignment.
- CI/CD pipelines that need a consistent, cross-platform way to provision chromedriver for browser automation.
- Web scraping projects that require a headless or full Chrome instance controlled via WebDriver protocol.
- End-to-end testing frameworks that abstract away the complexity of binary distribution across multiple OS targets.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Downloads and installs the appropriate chromedriver binary for your operating system, exposing its path for use in automated browser testing.
Yes. This package solves a genuine friction point in browser automation: keeping chromedriver in sync with Chrome versions across different operating systems. With low install friction, no runtime dependencies, active maintenance, and a permissive license, it's a straightforward choice for any project that needs chromedriver.
Install
chromedriver-py on PyPI
pip
pip install chromedriver-pyuv
uv add chromedriver-pypoetry
poetry add chromedriver-pyInstalling chromedriver-py
Before you install
Low friction installation with no runtime dependencies. Actively maintained via automated updates; the repository shows a recent commit and the package was last released 9 days ago, suggesting it tracks Chrome releases closely.
License in practice
Licensed under Apache Software License (permissive), allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install chromedriver-py
from chromedriver_py import binary_path
# binary_path is a string containing the executable filepath for your OS
Verify before relying
- Whether the package automatically selects the correct binary for your OS at import time or requires explicit configuration.
- Specific Python version requirements or constraints not listed in the fact sheet.
- Whether chromedriver-py works with alternative WebDriver implementations beyond the standard use case.
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 9 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 110,778/month — #12,446 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chromedriver_py-151.0.7922.76-py3-none-any.whl
Keywords: chromedriver, cross-platform, binaries, binary
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
chrome-versionDetects the version of Chrome installed on…
permissive · top 15,000 on PyPI
chromedriver-autoinstallerAutomatically downloads and installs the…
permissive · top 15,000 on PyPI
chromedriver-binaryDownloads and installs the chromedriver binary…
permissive · top 15,000 on PyPI
webdriver-managerAutomatically downloads, caches, and manages…
permissive · top 5,000 on PyPI
geckodriver-autoinstallerAutomatically downloads and installs…
permissive · top 5,000 on PyPI
seleniumSelenium provides Python bindings to automate…
permissive · top 1,000 on PyPI
undetected-chromedriverPatches Selenium's Chrome WebDriver to avoid…
copyleft · top 5,000 on PyPI
selenium-stealthModifies a Selenium Chrome WebDriver to evade…
permissive · top 15,000 on PyPI
Appium-Python-ClientExtends Selenium Python bindings with…
permissive · top 5,000 on PyPI
abxpkgUnified interface for detecting, installing,…
permissive · top 15,000 on PyPI