An open API service indexing awesome lists of open source software.

https://github.com/vaimo/binary-chromedriver

Multi-platform ChromeDriver binary downloader Composer package for Chrome browser automation
https://github.com/vaimo/binary-chromedriver

automation binary composer-plugin downloader multi-platform testing

Last synced: 5 months ago
JSON representation

Multi-platform ChromeDriver binary downloader Composer package for Chrome browser automation

Awesome Lists containing this project

README

          

# binary-chromedriver

[![Latest Stable Version](https://poser.pugx.org/vaimo/binary-chromedriver/v/stable)](https://packagist.org/packages/vaimo/binary-chromedriver)
[![Total Downloads](https://poser.pugx.org/vaimo/binary-chromedriver/downloads)](https://packagist.org/packages/vaimo/binary-chromedriver)
[![Daily Downloads](https://poser.pugx.org/vaimo/binary-chromedriver/d/daily)](https://packagist.org/packages/vaimo/binary-chromedriver)
[![License](https://poser.pugx.org/vaimo/binary-chromedriver/license)](https://packagist.org/packages/vaimo/binary-chromedriver)

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](./CHANGELOG.md).

## 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.

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