Add option to append to user agent
This commit is contained in:
parent
588cf401b7
commit
7b0dbd7b5f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue