diff --git a/bin/browsertimeWebPageReplay.js b/bin/browsertimeWebPageReplay.js index ccaffacb59..76651cbc35 100755 --- a/bin/browsertimeWebPageReplay.js +++ b/bin/browsertimeWebPageReplay.js @@ -123,6 +123,23 @@ async function runBrowsertime() { describe: 'Short key to use Android. Will automatically use com.android.chrome for Chrome and stable Firefox. If you want to use another Chrome version, use --chrome.android.package' }) + .option('chrome.enableChromeDriverLog', { + describe: 'Log Chromedriver communication to a log file.', + type: 'boolean', + group: 'chrome' + }) + .option('chrome.enableVerboseChromeDriverLog', { + describe: 'Log verboose Chromedriver communication to a log file.', + type: 'boolean', + group: 'chrome' + }) + .option('verbose', { + alias: ['v'], + describe: + 'Verbose mode prints progress messages to the console. Enter up to three times (-vvv)' + + ' to increase the level of detail.', + type: 'count' + }) .config(config); const defaultConfig = {