From 7b0dbd7b5fe0f694c48ce4818e183efd8278a8a8 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 30 Dec 2021 22:19:33 +0100 Subject: [PATCH] Add option to append to user agent --- lib/cli/cli.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 9d49d3ab3..2b872dac7 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -715,6 +715,12 @@ module.exports.parseCommandLine = function parseCommandLine() { default: true, group: 'Chrome' }) + .option('browsertime.chrome.appendToUserAgent', { + alias: 'chrome.appendToUserAgent', + type: 'string', + describe: 'Append to the user agent.', + group: 'Chrome' + }) .option('browsertime.chrome.android.package', { alias: 'chrome.android.package', describe: