Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahmanfrictionless/74510a56a416b337a1f6c81069a1e969 to your computer and use it in GitHub Desktop.
Save rahmanfrictionless/74510a56a416b337a1f6c81069a1e969 to your computer and use it in GitHub Desktop.
Laravel Dusk error: Curl error thrown for http POST
-- Error:
| Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session with params: {"desiredCapabilities":{"browserName":"chrome","platform":"ANY","chromeOptions":{"w3c":false,"binary":"","args":["--disable-gpu","--headless","--window-size=2200,1800"]}}}
| Open port 9515
`sudo lsof -i tcp:9515`
-- Install chrome driver
`php artisan dusk:chrome-driver 79`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment