Reputation: 2355
Actually using selenium 2.53.2, nodeJS v5.12.0 and chromedriver 2.24.1 I'm trying to perform my tests locally but getting the error Server terminated early with status 1
Anyone to help me with this?
Upvotes: 3
Views: 13104
Reputation: 2355
I solved my problem uninstalling chromedriver package using npm uninstall -g chromedriver
and installed again using npm install -g chromedriver
Cheers!
Upvotes: 6