问题
I'm getting ETIMEDOUT error while installing webdriver-manager updated. Find the error details as below:
C:\Users\....> webdriver-manager update
webdriver-manager: using global installed version 12.0.6
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT XX.XXX.XX.XXX:XXX
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)
Also when I tried to ping the host XX.XXX.XX.XXX
. Got Destination net unreachable
message. Could you please anyone help me to overcome this issue.
回答1:
By giving the below comment I can update the webdriver-manager:
webdriver-manager update --proxy=http://xxx.xxxxxx.xxx:8080
Thanks all for the comments.
来源:https://stackoverflow.com/questions/44180407/webdriver-manager-update-throwing-error-connect-etimedout