-
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
webdriver-manager is not downloading latest 87.0.4280.88 chrome driver, even if specify the version explicitly #475
Comments
I'm also seeing issues when trying to use 87.0.4280.88 |
I think you have a typo in your command. I fell into the same trap. |
Tried as suggested but not working |
The same issue is for v.88 - sometimes downloaded Logs:
NOTE: this issue leads then to failures in tests
|
I think I fixed this in this commit #426 |
Using the below command to update the chrome driver with webdriver-manager 12.1.7
webdriver-manager update --version.chrome=87.0.4280.88
But, It is downloading the version 87.0.4280.20 as:
I/downloader - curl -o\node_modules\webdriver-manager\selenium/chromedriver_87.0.4280.88.zip https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_win32.zip
and renamed it to 87.0.4280.88.zip
Logs:
[15:35:15] I/config_source - curl -o\node_modules\webdriver-manager\selenium\standalone-response.xml https://selenium-release.storage.googleapis.com/
[15:35:15] I/config_source - curl -o\node_modules\webdriver-manager\selenium\chrome-response.xml https://chromedriver.storage.googleapis.com/
[15:35:16] I/downloader - curl -oE:\node_modules\webdriver-manager\selenium/chromedriver_87.0.4280.88.zip https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_win32.zip
[15:35:17] I/update - chromedriver: unzipping chromedriver_87.0.4280.88.zip
The text was updated successfully, but these errors were encountered: