PuppeteerSharp 1.9.0

Headless Chrome .NET API

No packages depend on PuppeteerSharp.

New Features

  • Introducing Burst mode.

var screenShotOptions = new ScreenshotOptions ; await page.GoToAsync("https://www.google.com"); for(var x = 0; x < 100; x++) { await page.ScreenshotBase64Async(screenShotOptions); } await page.SetBurstModeOffAsync();

New APIs

  • ScreenshotOptions.BurstMode and Page.SetBurstModeOff.
  • Browser.Target.
  • ConnectOptions/LaunchOptions.Transport and ConnectionOptions/LaunchOptions.EnqueueTransportMessages.
  • Frame.GoToAsync

Breaking Changes

Evaluate changes

EvaluateFunctionAsync and EvaluateExpressionAsync won't try to infer the output type when used without generics. It will return a ** JToken** instead.

A piece of code like this:

int x = page.EvaluateExpressionAsync("1");

Will need to be replaced by one of these two options:

int x = page.EvaluateExpressionAsync("1"); int x = page.EvaluateExpressionAsync("1").ToObject();

Changelog

  • Bump the version of chromium to 594312.
  • Add failing test for page.select.
  • Fixed windows fetching.
  • Fix description of SecurityDetails class.
  • Add zero width element test.
  • Add missing configure awaits.
  • Fix full page screenshot when defaultViewport is null.
  • Unify response tracking in page.goto and waitForNavigation.
  • Don't wait for Runtime.Evaluate.
  • Browser closing/disconnecting should abort navigations.
  • Expect Network.responseReceived event is never dispatched.
  • Set JPG background to white when omitBackground option is used.
  • Concurrency improvements.
  • Check if frame exists before creating a Request.

Version Downloads Last updated
25.1.0 0 06/03/2026
25.0.4 5 05/29/2026
24.42.0 5 05/29/2026
24.40.0 6 05/25/2026
24.39.1 5 05/30/2026
24.39.0 5 05/29/2026
24.38.0 5 05/29/2026
21.1.1 5 05/29/2026
21.1.0 4 05/29/2026
21.0.1 5 05/29/2026
21.0.0 5 05/29/2026
20.2.6 5 05/29/2026
20.2.5 4 05/29/2026
20.2.4 5 05/29/2026
20.2.2 5 05/30/2026
20.2.1 4 05/30/2026
20.2.0 5 05/30/2026
20.1.3 5 05/30/2026
20.1.2 5 05/29/2026
20.1.1 4 05/29/2026
20.1.0 5 05/29/2026
20.0.5 5 05/29/2026
20.0.4 6 05/29/2026
20.0.3 5 05/29/2026
20.0.2 5 05/29/2026
20.0.1-beta1 4 05/29/2026
20.0.0 5 05/28/2026
19.0.2 6 05/29/2026
19.0.1 6 05/29/2026
19.0.0 4 05/29/2026
19.0.0-beta2 5 05/29/2026
19.0.0-beta1 5 05/29/2026
18.1.0 5 05/29/2026
18.1.0-beta1 4 05/29/2026
18.0.5 5 05/29/2026
18.0.4 5 05/29/2026
18.0.3 5 05/29/2026
18.0.2 6 05/29/2026
18.0.1 5 05/29/2026
18.0.0 5 05/29/2026
17.0.0 5 05/29/2026
16.0.0 5 05/29/2026
15.1.0 6 05/29/2026
15.0.0 5 05/29/2026
14.1.0 6 05/29/2026
14.0.0 5 05/29/2026
13.0.2 5 05/29/2026
13.0.1 5 05/29/2026
13.0.0 5 05/30/2026
12.0.0 5 05/30/2026
11.0.6 5 05/29/2026
11.0.5 5 05/29/2026
11.0.4 4 05/29/2026
11.0.3 6 05/29/2026
11.0.2 4 05/29/2026
11.0.1 5 05/29/2026
11.0.0 4 05/29/2026
10.1.4 5 05/29/2026
10.1.2 6 05/30/2026
10.1.1 5 05/29/2026
10.1.0 4 05/29/2026
10.0.0 4 05/30/2026
9.1.0 5 05/29/2026
9.0.2 6 05/29/2026
9.0.1 5 05/29/2026
9.0.0 5 05/30/2026
8.0.0 5 05/30/2026
7.1.0 5 05/29/2026
7.0.0 5 05/29/2026
6.2.0 5 05/30/2026
6.1.0 5 05/29/2026
6.0.0 4 05/29/2026
5.1.0 5 05/29/2026
5.0.0 5 05/29/2026
4.0.0 5 05/29/2026
3.0.0 4 05/29/2026
2.0.4 5 05/29/2026
2.0.3 5 05/29/2026
2.0.2 5 05/29/2026
2.0.1 4 05/29/2026
2.0.0 5 05/29/2026
1.20.0 4 05/29/2026
1.20.0-alpha 5 05/30/2026
1.19.0 6 05/29/2026
1.18.0 3 05/30/2026
1.17.2 5 05/29/2026
1.17.1 5 05/29/2026
1.17.0 5 05/29/2026
1.16.0 5 05/29/2026
1.15.0 5 05/29/2026
1.14.1 5 05/29/2026
1.14.0 5 05/29/2026
1.13.0 4 05/29/2026
1.12.1 6 05/29/2026
1.12.0 4 05/29/2026
1.11.2 5 05/29/2026
1.11.1 5 05/29/2026
1.11.0 5 05/29/2026
1.10.0 4 05/29/2026
1.9.0 6 05/29/2026
1.8.0 5 05/29/2026
1.7.0 4 05/30/2026
1.6.2 5 05/29/2026
1.6.0 6 05/29/2026
1.5.0 5 05/29/2026
1.4.0 5 05/29/2026
1.3.0 5 05/30/2026
1.2.0 5 05/29/2026
1.1.0 5 05/29/2026
1.0.2 5 05/29/2026
1.0.1 4 05/30/2026
1.0.0 6 05/29/2026
0.8.0 5 05/29/2026
0.7.0 6 05/29/2026
0.6.0 5 05/29/2026
0.5.0 5 05/29/2026
0.4.0 5 05/29/2026
0.3.3 5 05/29/2026
0.3.2 5 05/29/2026
0.3.1 5 05/29/2026
0.3.0 5 05/29/2026
0.1.1 5 05/29/2026
0.1.0 5 05/29/2026
0.0.1 4 05/29/2026