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

Headless Chrome .NET API

Results 372 puppeteer-sharp issues
Sort by recently updated
recently updated
newest added

I have the following version PuppeteerSharp 20.1.3 (work okay) ` app.PreparePuppeteerAsync(app.Environment).GetAwaiter().GetResult();` and stuck PuppeteerSharp 20.2.2 (stuck on build) ` app.PreparePuppeteerAsync(app.Environment).GetAwaiter().GetResult();`

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