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 a030a37 commit ce082eeCopy full SHA for ce082ee
lib/PuppeteerSharp/BrowserData/Chrome.cs
@@ -13,7 +13,7 @@ public static class Chrome
13
/// <summary>
14
/// Default chrome build.
15
/// </summary>
16
- public static string DefaultBuildId => "118.0.5993.70";
+ public static string DefaultBuildId => "119.0.6045.105";
17
18
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
19
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
0 commit comments