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 7aaae7c commit ff9acf9Copy full SHA for ff9acf9
1 file changed
java/src/org/openqa/selenium/grid/node/config/NodeFlags.java
@@ -161,7 +161,7 @@ public class NodeFlags implements HasRoles {
161
+ "It is recommended to provide this type of configuration through a toml config "
162
+ "file to improve readability. Command line example: "
163
+ "--driver-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
164
- + "webdriver-path=\"/usr/local/bin/geckodriver\" "
+ + "webdriver-executable=\"/usr/local/bin/geckodriver\" "
165
+ "stereotype=\"{\\\"browserName\\\": \\\"firefox\\\", "
166
+ "\\\"browserVersion\\\": \\\"86\\\", "
167
+ "\\\"moz:firefoxOptions\\\": "
0 commit comments