Skip to content
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

Closed
bonigarcia opened this issue Feb 20, 2023 · 4 comments
Closed

[🚀 Feature]: Selenium Manager uses proper geckodriver version #11671

bonigarcia opened this issue Feb 20, 2023 · 4 comments

Comments

@bonigarcia
Copy link
Member

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:

selenium-manager --browser firefox
@titusfortner
Copy link
Member

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?

@bonigarcia
Copy link
Member Author

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.

@bonigarcia
Copy link
Member Author

Completed via #13133.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Selenium Manager Nov 13, 2023
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

No branches or pull requests

2 participants