request headers works for edge

This commit is contained in:
soulgalore 2024-07-15 07:12:37 +02:00
parent a20aab4b11
commit 64ecd7f2ca
1 changed files with 1 additions and 1 deletions

View File

@ -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', {