-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 combine driver-version and browser-version #13420
Comments
I am not sure this is needed. I think we will eventually have the binary released and users will just need the driver version part, for example when they want to automate browsers like Brave. |
I can see that use case, but then |
If you think in Chrome terms, the browser and driver versions are indeed related (both major values match). But Firefox and geckodriver uses different versioning schema, so that's a reason to have |
Implementing #13419 will implicitly implement this one. Therefore, I am closing it. |
This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs. |
Feature and motivation
Kind of along the lines of #13419
The functionality for these two should be the same now that Selenium manages both.
I don't think SM should support mixing different versions of browser & driver.
It should:
Usage example
./selenium-manager --browser chrome --browser-version 120.0.6099.71
The text was updated successfully, but these errors were encountered: