Open bestconsultant opened 8 years ago
A quick Google search shows me some possible solutions....
http://stackoverflow.com/questions/33155562/selenium-webdriver-sessionnotcreatederror#33156278
Thanks for your reply but I don't see the solution in the SO post.
I tried setting gulp-protractor to 3.0.0 in package.json but it doesn't solve the problem. Chrome hangs with data:text/html,<html></html>
in the url bar.
Are you not having this issue on your side?
It runs fine for me. I'd assume it's something wrong with your selenium
When I launch gulp test:e2e it logs the following versions:
I/update - chromedriver: v2.25 up to date
I/update - selenium standalone: v2.53.1 up to date
I can't believe I am the only one in trouble, event my previous versions with grunt test:e2e aren't working anymore. So if you see what can fix this it would be much appreciated, because I'm lost.
Today my e2e do not work anymore. I tried with a fresh scaffolded app and get the same error.
Before launching i ran these 2 commandes
npm run update-webdriver
export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"
Here is the output of gulp test:e2e.