puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12344)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12377)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12381)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12352)
Explain how would you like this document to be impoved
Change the action for CA1848 and CA2254 on the [editorconfig file](https://github.com/hardkoded/puppeteer-sharp/blob/master/.editorconfig) to Error, and make the solution build.
### Description Trying to download and run a browser is resulting in an exception being thrown. ### Code being called ```csharp using var browserFetcher = new BrowserFetcher(new BrowserFetcherOptions { Platform...
If we use puppeteer-sharp with console app its working fine but when we use it with Windows Service we are getting below exception with LaunchAsync System.AggregateException: One or more errors...
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12115)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12142)