Laravel Dusk error: “ChromeDriver only supports Chrome version 76”
Nov 1 · 1 min read
Suddenly one day, I got the following error message when running php artisan dusk :
This version of ChromeDriver only supports Chrome version 76Since it came out of nowhere, I figured a simple update might help…
$ composer update…but it didn’t. At least the error message changed:
Facebook\WebDriver\Exception\SessionNotCreatedException: session not created: Chrome version must be between 70 and 73But after a bit of googling, this command solved the problem and I could run my tests again:
php artisan dusk:chrome-driver