Skip to content

Commit

Permalink
fix: add --disable-search-engine-choice-screen to default arguments (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 11, 2023
1 parent d1b1b10 commit d08ad5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/puppeteer-core/src/node/ChromeLauncher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export class ChromeLauncher extends ProductLauncher {
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-search-engine-choice-screen',
'--disable-sync',
'--enable-automation',
// TODO(sadym): remove '--enable-blink-features=IdleDetection' once
Expand Down

0 comments on commit d08ad5f

Please sign in to comment.