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

Calling GoToAsync without specifying a ReferrerPolicy option now raises an exception when used with the latest Chromium builds for Linux: > PuppeteerSharp.MessageException: Protocol error (Page.navigate): Invalid referrerPolicy at Helpers.TaskHelper.WithTimeout[T](Task`1 task,...

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

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

I am facing a Timeout issue while launching Puppeteer browser on Google Cloud Run Service. I tries many solution but still facing same issue. var browser = await Puppeteer.LaunchAsync(new LaunchOptions...

Using BrowserFetcher, when trying to download Firefox, it fails to resolve the BaseUrl for non Nightly versions. Getting the following exception: ```csharp PuppeteerSharp.PuppeteerException: 'Failed to download Firefox for Win64 from...

PuppeteerSharp for generating PDFs is not working in Windows Server 2022 Standard. It was working for 6 months before, but it has stopped working in the last few days. I'm...

### Description hey @kblok there is still a problem when we talk about stealth mode, as mentioned in #1709 This behaviour is a problem when we try to pass DataDome,...

feature

Pages created from `IBrowser.NewPageAsync` will pick up the OS' proxy server. Using a browser context created with default options, pages created with `IBrowser.NewPageAsync` won't pick up the proxy server from...

Hi all, I got issue when reconnecting browser. I will call it's deadlock because it doesn't throw any exception, it's stucking. All of my code are async call `public async...

Came across an issue where the output directory existed but the executable didn't exist, so BrowserFetcher skipped the download.