Skip to content

Commit d4b6447

Browse files
authored
Ignore disable-extensions arg when running puppeteer
1 parent b221d8d commit d4b6447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hstest/chromium/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Browser {
1414
devtools: false,
1515
// @ts-ignore
1616
...global.browserOptions,
17-
ignoreDefaultArgs: ['--enable-automation'],
17+
ignoreDefaultArgs: ['--enable-automation', '--disable-extensions'],
1818
};
1919

2020
async launch(): Promise<void> {

0 commit comments

Comments
 (0)