skillfed

chromedriver-py

chromedriver binaries for all platforms

chromedriver-py v151.0.7922.76 110.8K downloads/30d#12,446 on PyPI56
Permissive license Active released

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-py

uv

uv add chromedriver-py

poetry

poetry add chromedriver-py

Installing 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

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python

Tags

chromedriver binary installerchromedriver setup automationcross-platform chromedriverautomated browser testing driverchromedriver path resolverwebdriver binary managementchrome automation testing
browser-automationcross-platform-binary

More Testing packages

pluggy

Pluggy provides a plugin system that lets you…

permissive · top 100 on PyPI

pytest

pytest is a testing framework that lets you…

permissive · top 100 on PyPI

virtualenv

virtualenv creates isolated Python environments…

permissive · top 100 on PyPI

coverage

Coverage.py measures which lines of Python code…

permissive · top 1,000 on PyPI

pytest-asyncio

pytest-asyncio is a pytest plugin that enables…

permissive · top 1,000 on PyPI

pytest-json-ctrf

A pytest plugin that generates test reports in…

permissive · top 1,000 on PyPI

chrome-version

Detects the version of Chrome installed on…

permissive · top 15,000 on PyPI

chromedriver-autoinstaller

Automatically downloads and installs the…

permissive · top 15,000 on PyPI

chromedriver-binary

Downloads and installs the chromedriver binary…

permissive · top 15,000 on PyPI

webdriver-manager

Automatically downloads, caches, and manages…

permissive · top 5,000 on PyPI

geckodriver-autoinstaller

Automatically downloads and installs…

permissive · top 5,000 on PyPI

selenium

Selenium provides Python bindings to automate…

permissive · top 1,000 on PyPI

undetected-chromedriver

Patches Selenium's Chrome WebDriver to avoid…

copyleft · top 5,000 on PyPI

selenium-stealth

Modifies a Selenium Chrome WebDriver to evade…

permissive · top 15,000 on PyPI

Appium-Python-Client

Extends Selenium Python bindings with…

permissive · top 5,000 on PyPI

abxpkg

Unified interface for detecting, installing,…

permissive · top 15,000 on PyPI