-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[🚀 Feature]: Selenium Manager uses proper geckodriver version #11671
Comments
Can we maintain our own list based on https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html until this feature is supported by Firefox? |
Yes, we can. I asked about this in the Firefox issue tracker more than a year ago. Then, I asked about its status 3 months ago, but there has been no response: https://bugzilla.mozilla.org/show_bug.cgi?id=1794550 So yes, I think the better now is to maintain our own metadata based on that page and use it from Selenium Manager. I'll create a PR about that soon. |
Completed via #13133. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature and motivation
Currently, Selenium Manager uses the latest version of geckodriver. This is because geckodriver does not publish any metadata about versioning. This feature has been requested some time ago in the geckodriver bug tracker (also in the geckodriver issue tracker). When this information is available, the Selenium Manager logic should read this info to use the most suitable geckodriver version.
Usage example
The use of Selenium Manager will not change:
The text was updated successfully, but these errors were encountered: