webdriverio-boneyard / wdio-selenium-standalone-service

WebdriverIO v4 service to start & stop Selenium Standalone http://webdriver.io
MIT License
54 stars 28 forks source link

Getting timed out exception #57

Open shridharkalagi opened 5 years ago

shridharkalagi commented 5 years ago

Hi. I'm getting below error when I run the tests from command line. However, I can click and download the driver from the below link.

A service failed in the 'onPrepare' hook Error: Could not download https://chromedriver.storage.googleapis.com/2.43/chromedriver_mac64.zip: Error: connect ETIMEDOUT 172.217.4.240:443 at Request. (/Users/coupons/node_modules/wdio-selenium-standalone-service/node_modules/selenium-standalone/lib/install.js:386:12) at Object.onceWrapper (events.js:315:30) at emitOne (events.js:116:13) at Request.emit (events.js:211:7) at Request.onRequestError (/Users/coupons/node_modules/request/request.js:881:8) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at TLSSocket.socketErrorListener (_http_client.js:401:9) at emitOne (events.js:116:13) at TLSSocket.emit (events.js:211:7)

Please let me know what I'm missing