Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Installing Chromedriver 2.23+ on OS X #47

Closed
johni1028 opened this issue Oct 24, 2016 · 5 comments
Closed

Add Support for Installing Chromedriver 2.23+ on OS X #47

johni1028 opened this issue Oct 24, 2016 · 5 comments

Comments

@johni1028
Copy link

I tried to specify installing version 2.24 and noticed the install script is assuming 'chromedriver_mac32.zip' is the file it's looking for.

v2.23 and 2.24 use 'chromedriver_mac64.zip'

http://chromedriver.storage.googleapis.com/index.html?path=2.24/

info Chromedriver Install Downloading http://chromedriver.storage.googleapis.com/2.24/chromedriver_mac32.zip...

@duongha86
Copy link

@imurchie Could you please let me know when this fix will be available on NPM?

@imurchie
Copy link
Contributor

It's available now in appium-chromedriver@2.9.3.

@Can-too
Copy link

Can-too commented Nov 14, 2016

@imurchie, I have used the npm install appium-chromedriver@2.9.3 however using appium command line commands have produced:

[Chromedriver] [SYSOUT] Starting ChromeDriver 2.21.371459

This is the second time that I tried to update the chrome driver but must be doing something wrong?

@imurchie
Copy link
Contributor

How did you update appium-chromedriver? It needs to be updated within the correct part of the tree if you are doing it ad hoc.

@Can-too
Copy link

Can-too commented Nov 15, 2016

Using NPM from the location /usr/local/lib/node_modules/appium/node_modules/appium-android-driver
I ran the npm command:

npm install appium@2.9.4

Tested and all is working fine....

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

No branches or pull requests

4 participants