-
Notifications
You must be signed in to change notification settings - Fork 116
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
Getting specific chromedriver version ignores patch number #424
Comments
Faced with the same issue, trying to install the latest 76 version of chromeDriver-76.0.3809.126 for the Chrome-v76 using latest webdriver-manager 12.1.7 |
Doh! Sorry for the duplicated effort but I made #447 before realizing the other PR existed ... |
PS technically it's not the patch number, but one level below it ;) |
As partially described in #408, patch version gets ignored for chromedriver;
this has been fixed for getting LATEST version, but for getting the SPECIFIC version the issue is still relevant.relevant for both since getting latest still uses the same method[13:04:17] I/downloader - curl -oD:\BillfoldRepos\webdriver-manager\selenium/chromedriver_76.0.3809.68.zip https://chromedriver.storage.googleapis.com/76.0.3809.12/chromedriver_win32.zip
Steps to reproduce:
webdriver-manager update --versions.chrome=76.0.3809.68
I've submitted a fix in #413 .
Seems like a related issue - #401 .
The text was updated successfully, but these errors were encountered: