Closed
Description
This is quite strange but it seems that webdriver-manager is not downloading the latest version of ChromeDriver, but on the logs, the url is correct:
Log example
I/downloader - curl -o/Users/carlos.gouveia/node_modules/webdriver-manager/selenium/chromedriver_75.0.3770.8.zip https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_mac64.zip
As you can see, two different versions on the same log line.
Is this just a naming issue? Or is it downloading the x.x.x.8 instead of the x.x.x.90 ?