webdriverio-boneyard / wdio-devtools-service

WebdriverIO v4 service that enables DevTools functionality for you WebDriver session
http://webdriver.io
MIT License
26 stars 11 forks source link

Its is working only when Selenium-standalone started as separate activity ,it doesn't works with Selenium-standalone service or combination gulp task #19

Open psubrambe opened 5 years ago

psubrambe commented 5 years ago

When i tried to use this module it is working only when i start the selenium-standalone as separate task. If it tried to work with Selenium service or Combination gulp task it is not working

Facing below error : UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:9222 Not proceeding further

christian-bromann commented 5 years ago

Please have a look at this project showing how to use the devtools service with the latest version of WebdriverIO: https://github.com/christian-bromann/webdriverio-performance-testing

psubrambe commented 5 years ago

The above example is for v5. I am facing the above issues in v4.

christian-bromann commented 5 years ago

I am facing the above issues in v4.

We recommend to update as no one is maintaining v4 anymore. You are also free to propose a PR and I can make a release.

psubrambe commented 5 years ago

Sure I will try