-
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
chrome browser testing doesn't run and reports "ERROR: Error: socket hang up" #23
Comments
@davicitoafc did you find a solution to this problem? It all used to work, about a year ago, and when we tested recently on a new system, it was not working w/ Chrome. Did you try with a diff browser? |
I'm having this problem as well. Just started today. |
firefox doesn't work and chrome:canary doesn't work. |
Same problem here, it worked several months ago when I first wrote the tests but now I get a socket error. |
same problem here on a fresh install. |
I had this issue. A manual update of chromedriver, rather than the version npm installed, seemed to get around / fix. |
For reference, this file is located under node_modules/dalek-browser-chrome/lib/bin/chromedriver |
Hi Guys, |
We switched to nightwatchjs. Works fine. |
Hi,
I'm trying to run through the Getting Started guide here:
http://dalekjs.com/pages/getStarted.html
I'm running on Mac 10.11.6 with recent npm, node, etc.
Here's what I'm trying with errors report following command...
Here's my test case...
The browser does pop up, but with 'data:,' in the URL bar and no pages loaded.
Let me know if you need any additional info.
The text was updated successfully, but these errors were encountered: