chrome-driver-standalone

2.37.0 • Public • Published

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

Package Sidebar

Install

npm i chrome-driver-standalone

Weekly Downloads

113

Version

2.37.0

License

MIT

Unpacked Size

26 MB

Total Files

9

Last publish

Collaborators

  • abachar