lanfest/binary-chromedriver

This package is abandoned and no longer maintained. The author suggests using the webdriver-binary/binary-chromedriver package instead.

Utility for downloading Chrome Driver binary for current os/platform

6.1.0 2021-10-14 19:21 UTC

This package is auto-updated.

Last update: 2021-10-14 19:24:15 UTC


README

Latest Stable Version Total Downloads Daily Downloads License

Downloads chromedriver binary for Linux (32bits or 64bits), macOS (Mac OS X) and Windows.

The binary version is determined by the following factors:

  • what browser version is currently installed (if binary found from the system).
  • specified/configured version (see below under 'Configuration' topic).
  • latest available version (polled from remote, official end-point).

Configuration

Although the binary downloader usually ends up positively detecting the appropriate driver version that needs to be downloaded, user still has an option to specify the version explicitly when needed.

{
  "extra": {
    "chromedriver": {
      "version": "2.33"
    }
  }
}