-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-dotnet.NET Bindings.NET BindingsC-javaJava BindingsJava BindingsC-nodejsJavaScript BindingsJavaScript BindingsC-pyPython BindingsPython BindingsC-rbRuby BindingsRuby BindingsC-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerI-enhancementSomething could be betterSomething could be better
Description
Feature and motivation
Improve performance by allowing a user to opt-in to the browser-ttl value. Would want both a clear and a set.
Bindings would implement this as part of the getBinary()
step. Since this method is singleton/static, it should only run once per process. So we'd want to clear the browser cache so that it will check it first run, then be able to set browser cache to a value that should last through the execution time.
Usage example
selenium-manager --chrome --clear-browser-cache 60
and
selenium-manager --chrome --set-browser-cache 60
Metadata
Metadata
Assignees
Labels
C-dotnet.NET Bindings.NET BindingsC-javaJava BindingsJava BindingsC-nodejsJavaScript BindingsJavaScript BindingsC-pyPython BindingsPython BindingsC-rbRuby BindingsRuby BindingsC-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerI-enhancementSomething could be betterSomething could be better
Type
Projects
Status
Done