chrome-driver-standalone
v2.37.0
Published
ChromeDriver binaries, so you don't need to include it in your repository
Downloads
693
Maintainers
Readme
Chrome Driver Standalone
Inspired by selenium-server-standalone-jar
This repository includes selenium ChromeDriver files. It points to them.
Usage
Installation
npm install --save-dev chrome-driver-standalone
Usage
This is up to you. All you get is:
var chromeDriver = require('chrome-driver-standalone');
console.log(chromeDriver.path); // path to the embeded chrome driver binary
console.log(chromeDriver.version); // X.YY.0 except for version 2.35.1