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

Headless Chrome .NET API

Results 243 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...