diff --git a/lib/cli/cli.js b/lib/cli/cli.js index ecbeb3605..5d212c66f 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -450,6 +450,13 @@ module.exports.parseCommandLine = function parseCommandLine() { 'e.g. "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"', group: 'Chrome' }) + .option('browsertime.chrome.chromedriverPath', { + alias: 'chrome.chromedriverPath', + describe: + "Path to custom Chromedriver binary. Make sure to use a Chromedriver version that's compatible with " + + "the version of Chrome you're using", + group: 'Chrome' + }) .option('browsertime.chrome.cdp.performance', { alias: 'chrome.cdp.performance', type: 'boolean',