only Chrome support until https://github.com/SeleniumHQ/selenium/pull/3846
This commit is contained in:
parent
a7288e7aa6
commit
6b47f76cdf
|
|
@ -187,11 +187,11 @@ module.exports.parseCommandLine = function parseCommandLine() {
|
|||
})
|
||||
.option('browsertime.requestheader', {
|
||||
alias: 'r',
|
||||
describe: 'Request header that will be added to the request. Add multiple instances to add multiple request headers',
|
||||
describe: 'Request header that will be added to the request. Add multiple instances to add multiple request headers. Only Chrome support for now.',
|
||||
group: 'Browser'
|
||||
})
|
||||
.option('browsertime.block', {
|
||||
describe: 'Domain to block. Add multiple instances to add multiple domains that will be blocked.',
|
||||
describe: 'Domain to block. Add multiple instances to add multiple domains that will be blocked. Only Chrome support for now.',
|
||||
group: 'Browser'
|
||||
})
|
||||
.option('browsertime.proxy.http', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue