You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
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:
Use webdriver-manager 12.1.7 (currently latest)
Run webdriver-manager update --versions.chrome=76.0.3809.68
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.zipSteps to reproduce:
webdriver-manager update --versions.chrome=76.0.3809.68I've submitted a fix in #413 .
Seems like a related issue - #401 .