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 79e3f9e commit 797b713Copy full SHA for 797b713
java/src/org/openqa/selenium/chromium/ChromiumOptions.java
@@ -119,7 +119,7 @@ public T addArguments(String... arguments) {
119
* Adds additional command line arguments to be used when starting Chrome.
120
* For example:
121
* <pre><code>
122
- * options.setArguments(
+ * options.addArguments(
123
* "load-extension=/path/to/unpacked_extension",
124
* "allow-outdated-plugins");
125
* </code></pre>
0 commit comments