I am working with the chromedriver for Ubuntu 12.04 LTS, Selenium WebDriver, Chrome version 33.0.1750.146, and I configured the settings.json with:
.....
"test_settings" : {
"default" : {
"selenium_port" : 4444,
"selenium_host" : "localhost",
"silent": true,
"firefox_profile": false,
"chrome_driver": "chromedriver",
"ie_driver": "",
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities": {
"browserName": "chrome",
"javascriptEnabled": true,
"acceptSslCerts": true
....
I am doing the testing correctly, but when I use my Chrome to navigate, I can not access in some webs that before of the nightwatch.js executation with chromedriver....it worked. Some webs are with "https" and some match with the web to test.....and appears the "Oh no" message!
I reinstalled the Chrome navigator and it continue same.
Someone has the same problem? How I can fix it?