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

Failed to launch browser! chrome_crashpad_handler: --database is required Try 'chrome_crashpad_handler --help' for more information. [961215:961215:0528/145408.718594:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104) var browserFetcher = new BrowserFetcher(); browserFetcher.DownloadAsync().Wait(); using (var browser...

What if i want to use Storage domain directly https://chromedevtools.github.io/devtools-protocol/tot/Storage/. It seems to me that at the moment direct SendAsync messages can be sent linked to a specific session id....

This is mostly relevant when using logging solutions such as Sentry that hook into `TaskScheduler.UnobservedTaskException`. Unobserved tasks can be a major source of bugs, so I'd really like to keep...

Troubleshooting for PDF issues close #2753

### Description This issue will be used to help users setup chrome in the cloud.

PR for people who would like to read broken code.

We have a part of our application where we run interception, then disable it because it causes issues with `CSS.enable` via CDP. ```csharp // Disable interception, with it enabled CSS.enable...

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

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

I would like some clear instructions as to how to install it. It was a long time before I was told it was a nuget package. Having installed the nuget...