This is a simple script to install the latest version of the Chrome Driver for Selenium / WebDriver.
composer require irazasyed/php-chrome-driver-installer
use Irazasyed\PHP\ChromeDriverInstaller;
$installer = new ChromeDriverInstaller();
$chromeBinary = $installer->getChromeDriverBinary();
Contributions are always welcome!
The MIT License (MIT). Please see License File for more information.