Summer Sale! All accounts are 50% off this week.

jgmkanwar's avatar

Laravel Dusk

I am getting this error after update chromedriver

  1. Tests\Browser\ExampleTest::testBasicExample Facebook\WebDriver\Exception\SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 92 Current browser version is 91.0.4472.101 with binary path /usr/bin/google-chrome

I have used command php artisan dusk:chrome-driver 92 but still no success please help me out.

0 likes
2 replies
drehimself's avatar

Your browser needs to be the same version as the Chrome driver so just update Chrome to version 92 and hopefully, it should work.

atif-bashir-1998's avatar

Instead of updating the Chrome version, you can even work with the current version. Run the following command.

php artisan dusk:chrome-driver --detect

Please or to participate in this conversation.