request headers works for edge
This commit is contained in:
parent
a20aab4b11
commit
64ecd7f2ca
|
|
@ -1050,7 +1050,7 @@ export async function parseCommandLine() {
|
|||
.option('browsertime.requestheader', {
|
||||
alias: ['r', 'requestheader'],
|
||||
describe:
|
||||
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome and Firefox.',
|
||||
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge.',
|
||||
group: 'Browser'
|
||||
})
|
||||
.option('browsertime.cookie', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue