generator-selenium-nightwatch icon indicating copy to clipboard operation
generator-selenium-nightwatch copied to clipboard

Unable to start Chrome

Open RedDude opened this issue 9 years ago • 3 comments

Using Chrome env is not working, chrome even start. I had tried to use --verbose to saw if some error showed up, but no.

There is the console.

D:\Automatized\my-test-project>nightwatch -c ./Nightwatch-config.js --env chrome
 --verbose
Starting selenium server... started - PID:  4376

[Home] Test Suite
=================

Running:  Load Bing.com
INFO Request: POST /wd/hub/session
 - data:  {"desiredCapabilities":{"browserName":"chrome","javascriptEnabled":tru
e,"acceptSslCerts":true,"platform":"ANY","name":"Home"}}
 - headers:  {"Content-Type":"application/json; charset=utf-8","Content-Length":
126}

Any help would be appreciated

RedDude avatar May 20 '15 14:05 RedDude

I can run on MAC; I'm not sure to help you; you can try update package.json dependencies like this #2

"dependencies": {
    "chromedriver": "~2.15.0",
    "nightwatch": "~0.6.12",
    "nightwatch-pages": "*",
    "phantomjs": "~1.9.17",
    "selenium-server": "~2.45.0",
    "dalek-browser-ie": "0.0.5"
  }

noyobo avatar May 22 '15 05:05 noyobo

Upgrading the dependencies worked for me. Thanks!

tylerneu avatar Nov 03 '15 17:11 tylerneu

didn't work for me :(

danieldram avatar Nov 03 '17 02:11 danieldram