0.1.9 • Published 10 years ago

macaca-chromedriver-zxa v0.1.9

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.1

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago