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

See [upstream](https://github.com/puppeteer/puppeteer/pull/10549/files).

puppeteer code

[See upstream](https://github.com/puppeteer/puppeteer/pull/10492)

puppeteer code

See [this](https://github.com/puppeteer/puppeteer/pull/9639/files) and [this](https://github.com/puppeteer/puppeteer/pull/10474/files).

puppeteer code

See [upstream](https://github.com/puppeteer/puppeteer/pull/10366/files)

puppeteer code

See [upstream](https://github.com/puppeteer/puppeteer/pull/10293/files)

puppeteer code

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).

puppeteer code

See [upstream](https://github.com/puppeteer/puppeteer/pull/10297)

puppeteer code

### 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...

bug