0

我正在尝试设置 webdriverio 测试自动化。当我运行 selenium-standalone 安装时。我可以安装所有软件包。

nodemodules 文件夹中的硒包

但是当我尝试运行命令时“

硒独立启动

" 我收到以下错误信息。

11:46:41.260 INFO [GridLauncherV3.parse] - Selenium server version: 3.141.59, revision: e82be7d358
11:46:41.373 INFO [GridLauncherV3.lambda$buildLaunchers$3] - Launching a standalone Selenium Server on port 4444
2019-02-12 11:46:41.429:INFO::main: Logging initialized @411ms to org.seleniumhq.jetty9.util.log.StdErrLog
11:46:41.705 INFO [WebDriverServlet.<init>] - Initialising WebDriverServlet
11:46:42.103 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
C:\dev\v5\flatsite-qaautomation\node_modules\selenium-standalone\bin\selenium-standalone:79
        throw err;
        ^

Error: Unable to connect to selenium
    at Timeout.hasStarted [as _onTimeout] (C:\dev\v5\flatsite-qaautomation\node_modules\selenium-standalone\lib\check-started.js:17:10)
    at ontimeout (timers.js:475:11)
    at tryOnTimeout (timers.js:310:5)
    at Timer.listOnTimeout (timers.js:270:5)

非常感谢您对此的任何帮助。

4

1 回答 1

1

尝试添加127.0.0.1 localhost您的

sudo open -a TextEdit /etc/hosts

保存并关闭文件。再次启动 selenium 服务器

于 2019-02-13T21:58:43.010 回答