Skip to content

Commit

Permalink
Update CommandLineArguments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Feb 22, 2024
1 parent edd611e commit 03deabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/CommandLineArguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| --firefox | disabled | Launching the project via Firefox browser (Runs through the Google Chrome browser by default) |
| --edge | disabled | Launching the project via Microsoft Edge browser (Runs through the Google Chrome browser by default) |
| --skip-webdriver-menu | disabled | Skips installation/upgrade webdrivers through the my custom wrapper (By default, everything should be done automatically through selenium-manager) |
| --no-headless | disabled | Shows the browser at runtime (by default hides the browser at runtime) |
| --no-headless | disabled, but for Windows 7 auto enabled | Shows the browser at runtime (by default hides the browser at runtime) |
| --force | disabled | Disables all user input, but waiting for the Enter key to be pressed before exiting the program remains |
| --cli | disabled | Disables all user input (GitHub CI Requirements) |
| --only-update | disabled | Updates / installs webdrivers and browsers without generating account and keys

0 comments on commit 03deabf

Please sign in to comment.