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

Always calling install / support offline mode #32

Closed mkj28 closed 7 years ago

mkj28 commented 7 years ago

Feature request.

Looks like wdio-selenium-standalone-service always calls selenium-standalone install, but if you already have the drivers downloaded, and don't have Internet, start is all you need.

It is related (and looks like other part of work) is https://github.com/vvo/selenium-standalone/issues/265

christian-bromann commented 7 years ago

I think this work should be done in the selenium-standalone package.