Try install dusk with
--with-all-dependencies
composer switch. Won't hurt to try it.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using Laravel v10.45.1 and my Dusk browser testing scripts stopped working on my Apple M3 Pro running Sonoma 14.5. I think an upgrade to my Google Chrome browser app may have broken it.
When I run:
php artisan dusk
The error I see is:
Facebook\WebDriver\Exception\SessionNotCreatedException: session not created:
This version of ChromeDriver only supports Chrome version 126
Current browser version is 129.0.6668.71 with binary path
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
I tried installing the support driver version...
php artisan dusk:chrome-driver 126
I get the following feedback..
ChromeDriver binary successfully installed for version 126.0.6478.182.
But I rerun php artisan dusk, and get the same error.
I updated Dusk to the latest v7.13.0. I tried clearing configs and clearing cache.
How can I fix this issue?
Please or to participate in this conversation.