Skip to content

Commit 7456302

Browse files
authored
Add --disable-search-engine-choice-screen to default arguments (#2325)
1 parent d598636 commit 7456302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp/ChromiumLauncher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public ChromiumLauncher(string executable, LaunchOptions options)
5252
"--disable-popup-blocking",
5353
"--disable-prompt-on-repost",
5454
"--disable-renderer-backgrounding",
55+
"--disable-search-engine-choice-screen",
5556
"--disable-sync",
5657
"--enable-automation",
5758
"--enable-blink-features=IdleDetection",

0 commit comments

Comments
 (0)