我遵循此https://laravel.com/docs/5.5/dusk
在Laravel Framework 5.5.38上尝试了laravel黄昏我的环境在运行Ubuntu 16.04的Windows WSL上
我尝试过
我在最后一个得到了
Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session with params: {"desiredCapabilities":{"browserName":"chrome","platform":"ANY","chromeOptions":{"binary":"","args":["--disable-gpu","--headless"]}}}
Failed to connect to localhost port 9515: Connection refused
我在本地的网址是http://crateclub.test
有人遇到类似情况吗?
答案 0 :(得分:0)
我在 VS Code 终端内尝试使用运行 Ubuntu 的 Windows WSL 运行 php-webdriver 时遇到了同样的错误。
我的修复是将我的执行环境切换到 PowerShell(在外部 Windows Terminal 中),一切都开始工作了。您可能需要重新安装一些工具,例如 PHP CLI 和 Composer,但这对我有用。