-
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
Unhandled promise rejection when trying to install non-existent browser version #487
Comments
|
I believe that this project, like Protractor, has reached end-of-life. They haven't gone through and closed out old issues (or updated the README...) but Google has dropped support for the framework. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a different issue from #393, in spite of the similar title. The resolution for that issue was to check that a full semver was passed as an argument, but I'm talking about user error where a Chrome version is specified that isn't present in the index (XML) downloaded from the server.
Try running
webdriver-manager update --versions.chrome=88.77.66.55
(or any a non-existent version). You'll wind up with output likeFailure to handle this error also means that the script's exit code is zero, so it's impossible to use
webdriver-manager update
in a script and fail gracefully when it doesn't actually install the chromedriver.The text was updated successfully, but these errors were encountered: