Skip to content

Commit

Permalink
Fix: typo in the "addArguments" method comment (#11945)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ParadiseWitch committed Apr 25, 2023
1 parent 79e3f9e commit 797b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/chromium/ChromiumOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public T addArguments(String... arguments) {
* Adds additional command line arguments to be used when starting Chrome.
* For example:
* <pre><code>
* options.setArguments(
* options.addArguments(
* "load-extension=/path/to/unpacked_extension",
* "allow-outdated-plugins");
* </code></pre>
Expand Down

0 comments on commit 797b713

Please sign in to comment.