Skip to content

Commit 797b713

Browse files
Fix: typo in the "addArguments" method comment (#11945)
[skip ci]
1 parent 79e3f9e commit 797b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/chromium/ChromiumOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public T addArguments(String... arguments) {
119119
* Adds additional command line arguments to be used when starting Chrome.
120120
* For example:
121121
* <pre><code>
122-
* options.setArguments(
122+
* options.addArguments(
123123
* "load-extension=/path/to/unpacked_extension",
124124
* "allow-outdated-plugins");
125125
* </code></pre>

0 commit comments

Comments
 (0)