diff --git a/wiki/CommandLineArguments.md b/wiki/CommandLineArguments.md index 07396eca9b..74a45a7700 100644 --- a/wiki/CommandLineArguments.md +++ b/wiki/CommandLineArguments.md @@ -28,3 +28,4 @@ | --skip-webdriver-menu | Skips installation/upgrade webdrivers through the my custom wrapper (The built-in selenium-manager will be used) | | --no-headless | Shows the browser at runtime (The browser is hidden by default, but on (Windows 7) and (enabled --business-key or --business-account options) this option is enabled by itself) | | --custom-browser-location {string} | Set path to the custom browser (to the binary file, useful when using non-standard releases, for example, Firefox Developer Edition) | +| --debug | Enables debugging mode, thus saving everything the developer needs to the log file (esetkg-js.log, esetkg-email.log) |