PuppeteerSharp 1.9.0

Headless Chrome .NET API

Showing the top 20 packages that depend on PuppeteerSharp.

Packages Downloads
BootstrapBlazor.Html2Pdf
Bootstrap UI components extensions of Html2Pdf
3
BootstrapBlazor.Html2Pdf
Bootstrap UI components extensions of Html2Pdf use PuppeteerSharp lib
1
BootstrapBlazor.Html2Pdf
Bootstrap UI components extensions of Html2Pdf
1

# New Features * Introducing Burst mode. var screenShotOptions = new ScreenshotOptions { FullPage = true, BurstMode = true }; 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<int>("1"); int x = page.EvaluateExpressionAsync("1").ToObject<int>(); # 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
20.1.3 8 2025/5/24
20.1.2 1 2025/5/27
20.1.1 1 2025/5/27
20.1.0 3 2025/5/25
20.0.5 1 2025/6/2
20.0.4 1 2025/5/28
20.0.3 1 2025/5/28
20.0.2 1 2025/5/28
20.0.1-beta1 1 2025/5/27
20.0.0 1 2025/5/28
19.0.2 1 2025/6/3
19.0.1 1 2025/6/3
19.0.0 1 2025/6/4
19.0.0-beta2 1 2025/5/28
19.0.0-beta1 1 2025/5/29
18.1.0 1 2025/5/27
18.1.0-beta1 1 2025/5/28
18.0.5 1 2025/6/4
18.0.4 1 2025/6/2
18.0.3 1 2025/5/27
18.0.2 1 2025/6/2
18.0.1 1 2025/6/2
18.0.0 1 2025/5/27
17.0.0 1 2025/6/4
16.0.0 1 2025/5/27
15.1.0 1 2025/6/3
15.0.0 1 2025/6/3
14.1.0 1 2025/6/3
14.0.0 1 2025/6/3
13.0.2 1 2025/6/3
13.0.1 2 2025/5/25
13.0.0 1 2025/6/4
12.0.0 1 2025/6/3
11.0.6 1 2025/5/27
11.0.5 1 2025/6/3
11.0.4 1 2025/6/2
11.0.3 1 2025/6/2
11.0.2 1 2025/6/2
11.0.1 1 2025/5/27
11.0.0 1 2025/6/3
10.1.4 1 2025/5/28
10.1.2 1 2025/5/28
10.1.1 1 2025/5/28
10.1.0 1 2025/6/2
10.0.0 1 2025/6/3
9.1.0 1 2025/6/3
9.0.2 1 2025/6/3
9.0.1 1 2025/6/3
9.0.0 1 2025/5/27
8.0.0 1 2025/6/4
7.1.0 1 2025/6/3
7.0.0 1 2025/6/4
6.2.0 1 2025/6/3
6.1.0 1 2025/5/28
6.0.0 1 2025/6/4
5.1.0 1 2025/5/27
5.0.0 1 2025/6/4
4.0.0 1 2025/6/3
3.0.0 1 2025/6/3
2.0.4 1 2025/6/2
2.0.3 1 2025/6/2
2.0.2 1 2025/6/2
2.0.1 1 2025/5/27
2.0.0 1 2025/6/3
1.20.0 1 2025/5/28
1.20.0-alpha 1 2025/5/27
1.19.0 1 2025/6/3
1.18.0 1 2025/6/3
1.17.2 1 2025/6/2
1.17.1 1 2025/6/2
1.17.0 1 2025/5/27
1.16.0 1 2025/6/2
1.15.0 1 2025/5/27
1.14.1 1 2025/6/2
1.14.0 1 2025/6/3
1.13.0 1 2025/6/3
1.12.1 1 2025/5/28
1.12.0 1 2025/6/2
1.11.2 1 2025/5/28
1.11.1 1 2025/5/28
1.11.0 1 2025/6/2
1.10.0 1 2025/6/2
1.9.0 1 2025/6/3
1.8.0 1 2025/6/3
1.7.0 1 2025/6/3
1.6.2 1 2025/6/3
1.6.0 1 2025/6/3
1.5.0 2 2025/5/25
1.4.0 1 2025/6/3
1.3.0 1 2025/6/2
1.2.0 1 2025/6/2
1.1.0 1 2025/6/2
1.0.2 1 2025/6/2
1.0.1 1 2025/6/2
1.0.0 1 2025/6/3
0.8.0 1 2025/6/3
0.7.0 1 2025/6/4
0.6.0 1 2025/6/4
0.5.0 1 2025/6/4
0.4.0 1 2025/6/3
0.3.3 1 2025/6/2
0.3.2 1 2025/6/2
0.3.1 1 2025/6/2
0.3.0 1 2025/6/3
0.1.1 1 2025/5/28
0.1.0 1 2025/6/3
0.0.1 1 2025/6/2