# electron-chromedriver

> Electron ChromeDriver

Latest version **43.7.5** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install electron-chromedriver
pnpm add electron-chromedriver
yarn add electron-chromedriver
bun add electron-chromedriver
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 43.7.5 |
| Published | 2026-09-23 |
| First published | 2015-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 144 |
| Author | Kevin Sawicki |
| Maintainers | electron-cfa |

## Links

- npm: https://www.npmjs.com/package/electron-chromedriver
- Repository: https://github.com/electron/chromedriver
- Homepage: https://github.com/electron/chromedriver#readme
- Issues: https://github.com/electron/chromedriver/issues
- npm.io page: https://npm.io/package/electron-chromedriver

## Recent versions

- 43.7.5 (latest) — 2026-09-23
- 42.11.8 — 2026-09-23
- 42.11.7 — 2026-09-23
- 44.4.4 — 2026-09-22
- 43.7.4 — 2026-09-22
- 42.11.6 — 2026-09-18
- 43.7.3 — 2026-09-18
- 42.11.5 — 2026-09-18
- 43.7.2 — 2026-09-18
- 44.4.2 — 2026-09-18
- 44.4.1 — 2026-09-16
- 42.11.4 — 2026-09-15
- 43.7.1 — 2026-09-15
- 44.4.0 — 2026-09-15
- 43.7.0 — 2026-09-10
- … 483 more at https://npm.io/package/electron-chromedriver/versions

## README

# Electron ChromeDriver

[![Test](https://github.com/electron/chromedriver/actions/workflows/test.yml/badge.svg)](https://github.com/electron/chromedriver/actions/workflows/test.yml)
[![npm:](https://img.shields.io/npm/v/electron-chromedriver.svg)](https://www.npmjs.com/package/electron-chromedriver)
<br>
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
[![license:mit](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT)
<br>
[![dependencies:?](https://img.shields.io/npm/dm/electron-chromedriver.svg)](https://www.npmjs.com/package/electron-chromedriver)

Simple node module to download the [ChromeDriver](https://sites.google.com/corp/chromium.org/driver/)
version for [Electron](https://electronjs.org).

The major version of this library tracks the major version of the Electron
versions released. So if you are using Electron `2.0.x` you would want to use
an `electron-chromedriver` dependency of `~2.0.0` in your `package.json` file.

This library is used by [spectron](https://github.com/electron/spectron).

## Using

```sh
npm install --save-dev electron-chromedriver
chromedriver -h
```

## Custom Mirror

You can set the `ELECTRON_MIRROR` or [`NPM_CONFIG_ELECTRON_MIRROR`](https://docs.npmjs.com/misc/config#environment-variables)
environment variables to use a custom base URL for downloading ChromeDriver zips.

```sh
# Electron mirror for China
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"

# Local mirror
# Example of requested URL: http://localhost:8080/1.2.0/chromedriver-v2.21-darwin-x64.zip
ELECTRON_MIRROR="http://localhost:8080/"
```

## Overriding the version downloaded

The version downloaded can be overriden by setting the `ELECTRON_CUSTOM_VERSION` environment variable.

---
_Source: https://npm.io/package/electron-chromedriver · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
