From 8c3c5f646089eb70d7c9c9198715ee3c6ee40887 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 14 Jun 2019 06:51:00 +0200 Subject: [PATCH] cli: set which chromedriver to use --- lib/cli/cli.js | 7 +++++++ 1 file changed, 7 insertions(+) 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',