Skip to content

Instantly share code, notes, and snippets.

@bramburn
Last active November 17, 2019 14:25
Show Gist options
  • Save bramburn/3c9c71808338104d503ba1885ccaa620 to your computer and use it in GitHub Desktop.
Save bramburn/3c9c71808338104d503ba1885ccaa620 to your computer and use it in GitHub Desktop.
Chrome version must be between 70 and 73 - Laravel

This fix is temporary but works.

Download this version (select your OS): https://chromedriver.storage.googleapis.com/index.html?path=72.0.3626.69/

Extract the zip for your OS.

Go to your Vendor/ folder in your laravel/dusk folder. Mine was

vendor/laravel/dusk/bin

Make a backup of the chromedriver for your OS. e.g. rename 'chromedriver-mac' to chromedriver-mac.backup' Rename the newly downloaded driver to the matching chromedriver. e.g. 'chromedriver' to 'chromedriver-mac'

Now run

php artisan dusk

it should now work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment