Open ericclack opened 7 years ago
@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. (download from google - https://sites.google.com/a/chromium.org/chromedriver/downloads)
For reference, this file is located under node_modules/dalek-browser-chrome/lib/bin/chromedriver
Hi Guys, I had the same issue. But managed to copy the latest chrome driver to node_modules/dalek-browser-chrome/lib/bin/chromedriver. Worked perfectly.
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.