-
-
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 optional, provided that you can manage it yourself #13806
Comments
@grepwood, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Selenium Manager is optional already. If you create the driver service yourself, it won't be used. However, we are still deciding on the behavior for Selenium 5.
That is great! However, many users do not want to spend time managing drivers and browsers. Selenium Manager was created because the community asked for a tool like this one. The binary has been embedded in the language bindings since version 4.6.0, and we will keep it this way as it simplifies usage and distribution. If you want to talk more about this topic, join us in our Slack and we will be happy to learn more from your use case. |
IMHO we should have a simple way to disable Selenium Manager, without creation of custom driver services and playing with different combinations of properties. @grepwood |
@kool79 I'm on Python and I still have no clue how to deal with this. One year Selenium works, next year it stops. My code that starts up Selenium is here:
I wrote this code in March 2022 up Dec 2022 and it worked flawless back then :/ |
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
For the longest time since I started using Selenium back in 2017, I didn't need this kind of feature and now I find myself forced to use it in order to continue using up-to-date Selenium. I can't find any guides online to show me how I can go about using Selenium 4.18 without selenium-manager. I know what browser goes with what driver, thank you very much, I'm not silly enough to mix msedge with geckodriver. I know what paths do all the tools and dependencies have. I appreciate the guardrails, but I really have no need for this kind of assistance.
Also, I'm using Selenium in a workplace where we can't use programs written in Rust. I want everyone to understand that this isn't my decision and it's non-negotiable with people who make these kinds of decisions at my workplace.
Usage example
I would use Selenium like I have so far. Just without the manager, because
The text was updated successfully, but these errors were encountered: