-
-
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]: Make Selenium Manager classes thin wrappers #13022
Comments
Do you mean having something like |
Yes, I guess it's essentially that. |
This was referenced Dec 26, 2023
This was referenced Jan 2, 2024
8 tasks
Implemented in all bindings. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Status
Feature and motivation
Make Selenium Manager class only responsible for locating the correct binary, and executing that binary with the provided arguments.
The DriverFinder class parses any options and service class details required and sends them to Selenium Manager.
This allows:
get_path
toSeleniumManager
classΒ #12554)The text was updated successfully, but these errors were encountered: