无法连接到WebDriver。错误:连接ECONNREFUSED 127.0.0.1:4444(codeceptjs)

时间:2019-10-15 10:44:11

标签: codeceptjs

enter image description here

我已通过使用本教程的https://codecept.io/quickstart完成配置并尝试运行npx codeceptjs run --steps此命令,然后出现了此问题。我在Windows 10上使用此ubuntu wsl系统。为什么会发生这种情况?如果您需要更多信息,请告诉我!

2 个答案:

答案 0 :(得分:0)

看起来像您尝试使用WebDriver帮助器。 这需要运行硒服务器。

最简单的方法是通过npx selenium-standalone install安装它,然后通过npx selenium-standalone start运行它。在新的命令行窗口中,再次运行npx codeceptjs run --steps

答案 1 :(得分:0)

只需站立在端口4444上运行的Selenium服务器即可。 例如,

  

docker run -d -p 4444:4444 --name = selenium --rm -v / dev / shm:/ dev / shm selenium / standalone-chrome

更多信息可以在这里找到:https://codecept.io/quickstart-webdriver