We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b556ac3 commit f09f064Copy full SHA for f09f064
java/src/org/openqa/selenium/grid/node/config/NodeFlags.java
@@ -149,7 +149,7 @@ public class NodeFlags implements HasRoles {
149
"List of configured drivers a Node supports. "
150
+ "It is recommended to provide this type of configuration through a toml config "
151
+ "file to improve readability. Command line example: "
152
- + "--drivers-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
+ + "--driver-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
153
+ "webdriver-path=\"/usr/local/bin/geckodriver\" "
154
+ "stereotype='{\"browserName\": \"firefox\", \"browserVersion\": \"86\", "
155
+ "\"moz:firefoxOptions\": "
0 commit comments