Electron ChromeDriver
npm install electron-chromedriver




Simple node module to download the ChromeDriver
version for Electron.
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.
``sh`
npm install --save-dev electron-chromedriver
chromedriver -h
You can set the ELECTRON_MIRROR or NPM_CONFIG_ELECTRON_MIRROR
environment variables to use a custom base URL for downloading ChromeDriver zips.
`shElectron mirror for China
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
Overriding the version downloaded
The version downloaded can be overriden by setting the
ELECTRON_CUSTOM_VERSION` environment variable.