Add option to append to user agent

This commit is contained in:
soulgalore 2021-12-30 22:19:33 +01:00
parent 588cf401b7
commit 7b0dbd7b5f
1 changed files with 6 additions and 0 deletions

View File

@ -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: