-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
ChromeDriver: Add support for "LATEST_RELEASE_" #386
Comments
Could you please submit a PR for this? |
@SergeyPirogov Sure! |
Date: Wed Jan 11 17:59:57 2023 +0800 Check Link: https://github.com/yusancky/webdriver_manager/pull/2/checks resolved SergeyPirogov#386 resolved SergeyPirogov#448
Whats the purpouse? It already works underhood of webdriver-manager through the |
OK got a notification from the issue again but just making clear what the version selection was meant for. As I've tested with several versions, webdrivers are not readily available for each version so you need to remove the last numbers in the version string. You can see the explanation from the link on the description.
I am not planning to reopen this issue as my code works for me. Thank you. EDIT: This is also used to get driver patches so you need to strip the patch number from the version.
|
There are extra rules to get the latest release specified in https://chromedriver.chromium.org/downloads/version-selection
As a summary, here are important notes taken from the link:
There are more rules included in the link.
The text was updated successfully, but these errors were encountered: