nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.79k stars 1.31k forks source link

Nightwatch: Error retrieving a new session from the selenium server #917

Closed serejajar closed 8 years ago

serejajar commented 8 years ago

You closed my last issue https://github.com/nightwatchjs/nightwatch/issues/913, but i have the same problem with yours recommendation for json file.

You should set "start_process" to false if you are connecting to a remote selenium server.

i remove path and set "start_process" to false, but i have the same error

The port 4444 wasn't already used?

i set other port (4446) in json file, and run selenium with this port, and i get the same error too...

beatfactor commented 8 years ago

Yes, since this is not a bug in Nightwatch but a problem with your configuration. If you seek help please ask in the mailing list. In any case if you're still experiencing issues please refer to the installation/configuration guide: http://nightwatchjs.org/guide#installation.