Skip to content

Commit 10e33b1

Browse files
authored
Add disable-extensions flag for puppeteer chromium (#361)
1 parent 557e60b commit 10e33b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)