vaimo/binary-chromedriver

Utility for downloading Chrome Driver binary for current os/platform

Installs: 297 205

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 8

Forks: 14

Open Issues: 0

Type:composer-plugin

5.0.3 2019-08-27 07:25 UTC

This package is auto-updated.

Last update: 2024-03-27 17:38:42 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).

More information on recent changes HERE.

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"
    }
  }
}