puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Headless Chrome .NET API

Results 323 puppeteer-sharp issues
Sort by recently updated
recently updated
newest added

There is an issue with the latest version of Chrome (136), which when used with PuppeteerSharp, throws the following exception. `PuppeteerSharp.ProcessException: Timed out after 30000 ms while trying to connect...

I have an issue similar to #2877. I use PuppeteerSharp to generate PDF files from webpages. I use `WaitForNetworkIdleAsync()` to wait for the page being loaded. In 20.1.3, this code...

1. ![Image](https://github.com/user-attachments/assets/9598b287-1460-4a8c-bb88-c35f2bafeded) 2.Let the system enter sleep mode while the browser is running. 3.After waking up the system from sleep mode, the browser stopped

In my application, this error occurs approximately 20% of the time, while it functions normally 80% of the time. After the issue appears, manually opening and then closing the browser...

I have this CSS rule: ``` @media print { @page { size: A4; /* or letter, depending on your needs */ margin: 115px 0 90px 0; @top-left { content: "";...

hello,I need to use puppetersharp on a Linux arm64 server

Upstream Change needed

This will improve exposed functions on AOT. I think there might be some cases where depending on the delegate this solution won't work, but it should help. closes #2892

![Image](https://github.com/user-attachments/assets/783f5e0b-406f-4e26-aa9f-aef9de281cb4) `await page.ExposeFunctionAsync("getCustomString", async () => { await Task.Delay(100); return "Hello from C#!"; });`

``` The following code: var browserFetcher = new BrowserFetcher(); await browserFetcher.DownloadAsync(); await using var browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless = false }); await using var page = await...

puppeteer code

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/13586)