If you've ever used symfony/panther, laravel/dusk or a similar automated browser testing tool, you might have noticed it uses a browser driver to control your browser.

Especially with Google Chrome, you might experience that your browser has updated and the driver is no longer compatible. You have to download a new version of the driver. This is an annoying and manual process.

I've written a tool that will find your installed browsers and automatically download the compatible drivers. It's a command line tool written in PHP and can be used stand-alone or as a composer dependency. The tool supports Google Chrome, Firefox and Chromium on Windows, Mac and Linux.

    Write a Reply...