Laravel Dusk error: “ChromeDriver only supports Chrome version 76”

Stefan Ledin
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 76

Since 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 73

But after a bit of googling, this command solved the problem and I could run my tests again:

php artisan dusk:chrome-driver
Stefan Ledin

Written by

Web developer who makes fast WordPress sites with clean code and awesome backends. Also, JavaScript is nice!

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade