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

semver's avatar
Level 11

unknown error: cannot find Chrome binary Using laravel Dusk and Valet

So i've tried to use dusk and follow the instruction at the official documentation, when i try to run php artisan dusk i've got this following error

Facebook\WebDriver\Exception\UnknownServerException: unknown error: cannot find Chrome binary
  (Driver info: chromedriver=2.28.455517 (2c6d2707d8ea850c862f04ac066724273981e88f),platform=Mac OS X 10.12.4 x86_64)

/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/facebook/webdriver/lib/Exception/WebDriverException.php:114
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/facebook/webdriver/lib/Remote/HttpCommandExecutor.php:320
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/facebook/webdriver/lib/Remote/RemoteWebDriver.php:126
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/tests/DuskTestCase.php:32
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/laravel/dusk/src/TestCase.php:209
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/laravel/framework/src/Illuminate/Support/helpers.php:653
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/laravel/dusk/src/TestCase.php:210
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/laravel/dusk/src/TestCase.php:116
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/vendor/laravel/dusk/src/TestCase.php:88
/Users/Semmiverian/Documents/Work/Sites/smartpromo_web_front/tests/Browser/ExampleTest.php:21```

is there anyone know how to fix this?

thanks 

0 likes
3 replies
haakym's avatar
haakym
Best Answer
Level 8

The error messages states:

... cannot find Chrome binary ...

Do you have Google Chrome installed?

semver's avatar
Level 11

hey @haakym i think i now the problem, i think i am installed the google chrome 2, (forgot when i get this though) not the google chrome thats why it's throw the cannot find chrome binary

thanks for the reply

Please or to participate in this conversation.