You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started webdriver-manager with
nohup webdriver-manager start --seleniumPort $SELENIUM_PORT >.ci/webdriver-manager_start.log 2>&1 &
(SELENIUM_PORT being 4444). In the log all I see it fails to start because it tries to connect to some random server???
What is going on?
webdriver-manager: using global installed version 12.0.2
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT 172.217.18.208:443
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)