0.1.9 • Published 8 years ago

macaca-chromedriver-zxa v0.1.9

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.1

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago