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 82163d4 commit 21a7d44Copy full SHA for 21a7d44
lib/PuppeteerSharp/BrowserData/Firefox.cs
@@ -18,7 +18,7 @@ public static class Firefox
18
/// <summary>
19
/// Default firefox build.
20
/// </summary>
21
- public const string DefaultBuildId = "stable_147.0.0";
+ public const string DefaultBuildId = "nightly_148.0a1";
22
23
private static readonly Dictionary<string, string> _cachedBuildIds = [];
24
0 commit comments