puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
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.  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
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
 `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...
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/13586)