irazasyed/php-chrome-driver-installer

dev-main 2023-02-26 00:26 UTC

This package is auto-updated.

Last update: 2024-04-14 07:20:40 UTC


README

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.