puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
See [upstream](https://github.com/puppeteer/puppeteer/pull/10549/files).
[See upstream](https://github.com/puppeteer/puppeteer/pull/10492)
See [this](https://github.com/puppeteer/puppeteer/pull/9639/files) and [this](https://github.com/puppeteer/puppeteer/pull/10474/files).
See [upstream](https://github.com/puppeteer/puppeteer/pull/10366/files)
See [upstream](https://github.com/puppeteer/puppeteer/pull/10293/files)
See [10337](https://github.com/puppeteer/puppeteer/pull/10337), [10363](https://github.com/puppeteer/puppeteer/pull/10363/files), [10567](https://github.com/puppeteer/puppeteer/pull/10567/files).
See [upstream](https://github.com/puppeteer/puppeteer/pull/10297)
### Description From what we can tell Chromium has a bug where if the `column-count` is odd for this page (and possibly others), it'll thread spin hard and take _hours_...
[Description of the issue] the chrome instance should be remain active and disconnected, not closed. it is working when change the framework to .net core 7. ```csharp var browserFetcher =...
Since upgrading to v10.0.0 from v9.1.0, I'm seeing a much higher rate of `WaitTaskTimeoutException`s being thrown. It seems that frequently (but not always), calls to `WaitForSelectorAsync` are timing out despite...