Skip to content

Commit ceae1f6

Browse files
kblokclaude
andcommitted
fix: revert Chrome to 147.0.7727.57 to match upstream
Chrome 148 introduced more aggressive BFCache activation on Linux headless CI, causing navigation.goBack ShouldWork to return null (BFCache serves from cache) and OOPIF tests to be flaky. Upstream Puppeteer still uses Chrome 147.0.7727.57, so align to that version to avoid these regressions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3f9dc7e commit ceae1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/PuppeteerSharp/BrowserData/Chrome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Chrome
1414
/// <summary>
1515
/// Default chrome build.
1616
/// </summary>
17-
public static string DefaultBuildId => "148.0.7778.97";
17+
public static string DefaultBuildId => "147.0.7727.57";
1818

1919
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
2020
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;

0 commit comments

Comments
 (0)