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

Headless Chrome .NET API

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

### Description The PdfAsync method executes indefinitely for [https://css-tricks.com/thispagedoesntexist](https://css-tricks.com/thispagedoesntexist). I waited for minutes with the default timeout of 30 seconds. At the same time the ScreenshotAsync method has no problems...

bug

### Description Need Support for Mac Arm64 (Apple Silicon) Chromium Builds ### Complete minimal example reproducing the issue n/a ### Expected behavior: n/a ### Actual behavior: n/a ### Versions Latest...

### Puppeteer-sharp's[ PageErrorEventArgs](https://www.puppeteersharp.com/api/PuppeteerSharp.PageErrorEventArgs.html#constructors) is not returning detail information about the Page errors. The following is the sample code snippet. ``` using (var browser = await Puppeteer.LaunchAsync(launchOptions)) { using (var page...

### Description I need to add a custom HTTP header to a WebSocket request. However, it looks like puppeteer-sharp is unable to do so. In fact, from the test I've...

Upstream Change needed

The method `Page.GetCookiesAsync()` doesn't return all the cookies showed in the Chrome Dev Tools. After googling this issue, i found a nice explanation on Stack Overflow (https://stackoverflow.com/questions/49389775/puppeteers-page-cookies-not-retrieving-all-cookies-shown-in-the-chrome-dev-to/59604510). So basically the...

Upstream Change needed

### Description I would like to get the Browser Context's ID. What I have is a reference for PuppeteerSharp.Browser that was initialized by connecting to an existing browser. I would...

### Description Exception is thrown when calling GetContentAsync() ### Complete minimal example reproducing the issue ```csharp [TestMethod] public async Task DownloadStringTest() { var browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless...

### Description When running tests from `dotnet publish`'s output, it fails. When running the same test from the source, it succeeds. ### Complete minimal example reproducing the issue ```csharp using...

bug

Explain how would you like this document to be improved. Source URL: https://github.com/kblok/puppeteer-sharp/blob/master/lib/PuppeteerSharp/Payload.cs/#L14 I want to add headers to the request and Payload appears to be the class to use,...

### Description Currently Page.PdfAsync never times out, if "bad" choices are made when generating a pdf document that is unexpectedly enormous it will keep plugging away for hours if necessary...