We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fd09a commit 6cb3e2fCopy full SHA for 6cb3e2f
java/src/org/openqa/selenium/grid/node/config/NodeFlags.java
@@ -86,9 +86,8 @@ public class NodeFlags implements HasRoles {
86
87
@Parameter(
88
names = {"--selenium-manager"}, arity = 1,
89
- description = "When drivers are not available on the current system, fallback to, " +
90
- "Selenium Manager. Drivers will be downloaded the first time a session " +
91
- "request for the given browser is processed.")
+ description = "When drivers are not available on the current system, use, " +
+ "Selenium Manager.")
92
@ConfigValue(section = NODE_SECTION, name = "selenium-manager", example = "true")
93
public Boolean useSeleniumManager = DEFAULT_USE_SELENIUM_MANAGER;
94
0 commit comments