Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start Chrome #1

Open
RedDude opened this issue May 20, 2015 · 3 comments
Open

Unable to start Chrome #1

RedDude opened this issue May 20, 2015 · 3 comments

Comments

@RedDude
Copy link

RedDude commented May 20, 2015

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

@noyobo
Copy link

noyobo commented May 22, 2015

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"
  }

@tylerneu
Copy link

tylerneu commented Nov 3, 2015

Upgrading the dependencies worked for me. Thanks!

@danieldram
Copy link

didn't work for me :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants