nw-chromedriver
v2.38.0
Published
nw.js chromedriver binary
Downloads
10
Readme
nw-chromedriver
Installs the version of ChromeDriver that is distributed with NW.js
Why this module?
Due to the issue of the bundled ChromeDriver not being compatible with the version of NW.js that it is distributed with, if you want to run automated tests against your application (eg: with Protractor) you're stuck.
This module versions the "NW Chromedriver" binary (and records the NW.js version it came from) to overcome this issue.
To find the correct version of the driver, first determine the version of Chromium in the NW.js version, either from the release notes or process.versions
Find the corresponding Chromedriver version and install.
Usage
$ npm install nw-chromedriver --save-dev
$ ./node_modules/.bin/chromedriver --version
Donations welcome
Donations towards hosting costs welcome.