Skip to content

kobe990/macaca-chromedriver

Repository files navigation

macaca-chromedriver

NPM version build status Test coverage node version npm download

Node.js wrapper for the selenium chromedriver.

Installment

$ npm i macaca-chromedriver --save-dev

Custom binaries url

To use a mirror of the ChromeDriver binaries use npm config property chromedriver_cdnurl. Default is http://chromedriver.storage.googleapis.com.

npm install chromedriver --chromedriver_cdnurl=http://npm.taobao.org/mirrors/chromedriver

Or add property into your .npmrc file.

chromedriver_cdnurl=http://npm.taobao.org/mirrors/chromedriver

Another option is to use PATH variable CHROMEDRIVER_CDNURL.

CHROMEDRIVER_CDNURL=http://npm.taobao.org/mirrors/chromedriver npm install chromedriver

Quick Start

$ chromedriver

License

The MIT License (MIT)

Copyright (c) 2015 xdf

About

Node.js wrapper for the selenium chromedriver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published