Skip to content

Commit ff9acf9

Browse files
committed
[java] Fix --driver-configuration CLI example to use webdriver-executable
1 parent 7aaae7c commit ff9acf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/org/openqa/selenium/grid/node/config/NodeFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public class NodeFlags implements HasRoles {
161161
+ "It is recommended to provide this type of configuration through a toml config "
162162
+ "file to improve readability. Command line example: "
163163
+ "--driver-configuration display-name=\"Firefox Nightly\" max-sessions=2 "
164-
+ "webdriver-path=\"/usr/local/bin/geckodriver\" "
164+
+ "webdriver-executable=\"/usr/local/bin/geckodriver\" "
165165
+ "stereotype=\"{\\\"browserName\\\": \\\"firefox\\\", "
166166
+ "\\\"browserVersion\\\": \\\"86\\\", "
167167
+ "\\\"moz:firefoxOptions\\\": "

0 commit comments

Comments
 (0)