【发布时间】:2021-12-10 13:35:12
【问题描述】:
编译器正在寻找 chrome.exe 文件的目标文件夹。它正在其中寻找一些 chrome_1639142447236 文件。实际上它可以在C:\Program Files (x86)\Google\Chrome\Application这个位置找到。
我收到以下错误消息:
18:51:39.096 [ForkJoinPool-1-worker-3] 错误 com.intuit.karate - org.apache.http.conn.HttpHostConnectException:连接到 localhost:9222 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] 失败:连接被拒绝:没有更多信息,http调用失败 URL 4022 毫秒后:http://localhost:9222 18:51:39.098 [ForkJoinPool-1-worker-3] 错误 com.intuit.karate - http 请求 失败:
以下是功能级别错误消息:
失败的功能:src.test.java.examples.users.Sample:Sample.feature:9
- 驱动程序配置/启动失败:org.apache.http.conn.HttpHostConnectException:连接到 localhost:9222 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] 失败:连接被拒绝:没有更多信息,选项: {type=chrome, target=null}
【问题讨论】:
标签: karate