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

Outdated chromedriver being downloaded #90

Closed
giri-sh opened this issue Aug 30, 2016 · 1 comment · Fixed by #91
Closed

Outdated chromedriver being downloaded #90

giri-sh opened this issue Aug 30, 2016 · 1 comment · Fixed by #91

Comments

@giri-sh
Copy link

giri-sh commented Aug 30, 2016

When I perform webdriver-manager update I get chromedriver getting downloaded with version 2.21 whereas the latest one posted in chromedriver download site - https://sites.google.com/a/chromium.org/chromedriver/downloads is 2.23.

Command webdriver-manager status gives -

selenium standalone versions available: 2.52.0 [default]
chromedriver versions available: 2.21 [default]

Could it be updated to use the latest version?
Thanks!

@cnishina
Copy link
Member

cnishina commented Aug 30, 2016

This could be the latest version... I'll add that as the default. You could also download 2.23 with:

webdriver-manager update --versions.chrome=2.23

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

Successfully merging a pull request may close this issue.

2 participants