Closed davidosomething closed 8 years ago
I have the same issue with the latest webdriverio package 4.2.11.
@davidosomething what OS are you using? Can you bundle me a reproducible example?
Sorry, just after I wrote the message I found the issue. I was starting Selenium Server in another process before running wdio. Thus, the selenium standalone service failed to start.
same error for me., i dont have another selenium server process installed
Has anyone found a solution to this?
If you see this error Error: Selenium exited before it could start
it means that the server can't be started for some reasons (e.g. port 4444 is blocked)
Check for a running java
process or try killall java
on mac try to see if you have a stuck zombie process still binding to port 4444 lsof -i :4444
Maybe previous run didn't complete the process of shutting down selenium
I get this every time I run a test using wdio. Using latest stuff: