-
Notifications
You must be signed in to change notification settings - Fork 9
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
ERROR: dalek-driver-chrome: Could not launch Chromedriver #15
Comments
Hmm, |
Getting the same issue on OS X.
edit: reinstalled node, dalek, dalek-browser-chrome, restarted, and the problem went away. |
I have the problem again, and gathered some more information: first time second time, I'll see if I can find out more about the underlying error. |
Turns out a chromedriver instance started by dalek was never closed and was still running.
|
That really helps, only a few lines of code can cause this. Will look into it again. |
Tests starts up sucessfully but fails (way before done):
$ dalek test/simple.js -b chrome
Running tests
Running Browser: Google Chrome
OS: Linux 3.11.0-17-generic x86_64
Browser Version: 33.0.1750.149
RUNNING TEST - "Can login"
▶ OPEN http://...
✔ EXISTS Login form exists.
✔ EXISTS Login button exists.
▶ TYPE #Benutzername
▶ TYPE #Passwort
The text was updated successfully, but these errors were encountered: