Skip to content

Commit d9543bd

Browse files
kblokclaude
andauthored
fix: disable WebUIReloadButton experiment in Chrome launcher (#3438)
Ports upstream Puppeteer PR #14925. The WebUIReloadButton experiment creates additional targets (browser_ui type and a corresponding tab target) that cause test failures in TargetManager tests. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 76b765a commit d9543bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/PuppeteerSharp/ChromeLauncher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ internal static string[] GetDefaultArgs(LaunchOptions options)
6363
"AcceptCHFrame",
6464
"MediaRouter",
6565
"OptimizationHints",
66+
"WebUIReloadButton",
6667
"IPH_ReadingModePageActionLabel",
6768
"ReadAnythingOmniboxChip",
6869
"ProcessPerSiteUpToMainFrameThreshold",

0 commit comments

Comments
 (0)