2.37.0 • Published 6 years ago

chrome-driver-standalone v2.37.0

Weekly downloads
547
License
MIT
Repository
github
Last release
6 years ago

Chrome Driver Standalone

Build status npm

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
2.37.0

6 years ago

2.36.0

6 years ago

2.35.1

6 years ago

2.35.0

6 years ago

2.34.0

6 years ago

2.33.0

6 years ago

2.32.0

6 years ago

2.31.0

6 years ago

2.30.0

6 years ago

2.29.0

6 years ago

2.28.0

7 years ago

2.24.0

7 years ago

2.23.0

7 years ago

2.27.0

7 years ago

2.26.0

7 years ago

2.25.0

7 years ago