Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

ChromeDriver fails to load on v0.0.10 #42

Open
bzang opened this issue Mar 12, 2018 · 1 comment
Open

ChromeDriver fails to load on v0.0.10 #42

bzang opened this issue Mar 12, 2018 · 1 comment

Comments

@bzang
Copy link

bzang commented Mar 12, 2018

With the 0.0.10 update, chromeDriver no longer seems to load correctly, returning the following error:

 The driver executable does not exist: `/PATH/TO/PROJECT/node_modules/selenium-standalone/.selenium/chromedriver/2.33-x64-chromedriver

It seems to be defaulting to chromeDriver version 2.33 even though the default settings specify 2.36.
I'm running selenium 3.6.0, wdio 4.12.0.

@sidsalunke
Copy link

sidsalunke commented Mar 14, 2018

I was facing the same issue. Thanks to @WillBrock I was able to resolve this.

There might be a process which is running the 2.33 version of chromedriver. Kill that process and everything should work like normal.

// To list all commands
ps
// To kill the chromedriver process
kill -9 [PID]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants