We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I can run on MAC; I'm not sure to help you; you can try update package.json dependencies like this #2
package.json
"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" }
Sorry, something went wrong.
Upgrading the dependencies worked for me. Thanks!
didn't work for me :(
No branches or pull requests
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.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: