Reputation: 1
Below is a screenshot of my code, when I run selenium by itself, the scripts run fine. But when I try to start webdriver within gulp (what my goal is) I am getting:
Error code: 135
[12:48:27] E/launcher - Error message: ECONNREFUSED connect ECONNREFUSED 127.0.0
.1:4444
[12:48:27] E/launcher - Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:4444
Any advice is appreciated.
Upvotes: 0
Views: 98
Reputation: 31
I feel this is on the network side issue - 127.0.0.1 this IP and 4444 port number might be not able to connect to the server, i faced the same type of error and when looked it was the host being stopped to connect to the server - might be some firewalls - that was in my case which looks similar to me.
Upvotes: 0