PHP Chrome Driver Installer

Latest Version on Packagist Total Downloads Software License

This is a simple script to install the latest version of the Chrome Driver for Selenium / WebDriver.

Installation

composer require irazasyed/php-chrome-driver-installer

Usage

use Irazasyed\PHP\ChromeDriverInstaller;

$installer = new ChromeDriverInstaller();
$chromeBinary = $installer->getChromeDriverBinary();

Contributing

Contributions are always welcome!

License

The MIT License (MIT). Please see License File for more information.