File tree Expand file tree Collapse file tree
lib/PuppeteerSharp/BrowserData Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class Chrome
1414 /// <summary>
1515 /// Default chrome build.
1616 /// </summary>
17- public static string DefaultBuildId => "146 .0.7680.153 " ;
17+ public static string DefaultBuildId => "147 .0.7727.24 " ;
1818
1919 internal static async Task < string > ResolveBuildIdAsync ( ChromeReleaseChannel channel )
2020 => ( await GetLastKnownGoodReleaseForChannel ( channel ) . ConfigureAwait ( false ) ) . Version ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static class Firefox
1717 /// <summary>
1818 /// Default firefox build.
1919 /// </summary>
20- public const string DefaultBuildId = "nightly_150.0a1 " ;
20+ public const string DefaultBuildId = "stable_150.0 " ;
2121
2222 private static readonly Dictionary < string , string > _cachedBuildIds = [ ] ;
2323
You can’t perform that action at this time.
0 commit comments