We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d598636 commit 7456302Copy full SHA for 7456302
lib/PuppeteerSharp/ChromiumLauncher.cs
@@ -52,6 +52,7 @@ public ChromiumLauncher(string executable, LaunchOptions options)
52
"--disable-popup-blocking",
53
"--disable-prompt-on-repost",
54
"--disable-renderer-backgrounding",
55
+ "--disable-search-engine-choice-screen",
56
"--disable-sync",
57
"--enable-automation",
58
"--enable-blink-features=IdleDetection",
0 commit comments