To reproduce this bug, just try to update your chromedriver to latest version by running: webdriver-manager update OR webdriver-manager update --chrome and you'll notice that it only updates the chromedriver up to v2.22 instead of the latest which is chromedriver v2.24
I tried running this command to no avail: webdriver-manager update --version.chrome 2.24; it still pulled version 2.22 and NOT 2.24
Bug report
v4.4.7
4.0.9
1.3.0
Chrome
Windows 10
Steps to reproduce the bug
To reproduce this bug, just try to update your chromedriver to latest version by running:
webdriver-manager update
ORwebdriver-manager update --chrome
and you'll notice that it only updates the chromedriver up to v2.22 instead of the latest which is chromedriver v2.24I tried running this command to no avail:
webdriver-manager update --version.chrome 2.24
; it still pulled version 2.22 and NOT 2.24Please see attached shell command and its output!
Thanks for looking into this!