错误:ECONNREFUSED连接ECONNREFUSED 127.0.0.1:62427

时间:2018-03-07 09:48:12

标签: selenium-webdriver

我正在使用seleinum web deriver来应用一些测试并且我得到了这个错误:

(node:4147) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:62427
(node:4147) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zerexit code.

我试图输入流浪文件

config.vm.network :forwarded_port, guest: 62427, host: 62427

但它解决了这个错误:

ECONNREFUSED connect ECONNREFUSED 127.0.0.1:57807
ECONNREFUSED connect ECONNREFUSED 127.0.0.1:54991

始终使用不同的端口

提前谢谢 卡洛斯·维埃拉

1 个答案:

答案 0 :(得分:0)

我在这个问题上找到了解决方案

Running node js selenium test case on Chrome get Error Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:63528

我申请了同样的工作。

非常感谢 卡洛斯·维埃拉