selenium - Can't update chromedriver and seleniumrelease -
selenium - Can't update chromedriver and seleniumrelease -
i seek work protractor. followed little tutorial , first thing did:
npm install -g protractor
this install 2 command line tools, protractor , webdriver-manager. have update webdriver-manager:
webdriver-manager update
so cmd tries connect https://chromedriver.storage.googleapis.com/2.14/chromedriver_win32.zip , https://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar. give error:
c:\program files (x86)\jenkins\workspace\testnew>webdriver-manager update updating selenium standalone downloading https://selenium-release.storage.googleapis.com/2.45/selenium-server -standalone-2.45.0.jar... updating chromedriver downloading https://chromedriver.storage.googleapis.com/2.14/chromedriver_win32. zip... error: got error error: getaddrinfo eai_again https://selenium-release.stor age.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar error: got error error: getaddrinfo eai_again https://chromedriver.storage. googleapis.com/2.14/chromedriver_win32.zip
sometimes eai_again error , enotfound. don't understand can download zip , jar manually in browser. when surf url works fine. not in cmd. can help me? ps: pinging isn't possible url's
update: after proxy settings error:
error: got error error: tunneling socket not established, cause=socket hang https://chromedriver.storage.googleapis.com/2.14/chromedriver_win32 .zip
if setting proxy not work, how happened me, can download files manually urls show in console, , set them selenium folder
the path in windows is:
users\username\appdata\roaming\npm\node_modules\protractor\selenium
that works me.
i hope helps
selenium cmd protractor selenium-chromedriver
Comments
Post a Comment