puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14330)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14341)
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14349)
When using PuppeteerSharp in headful mode, the library sometimes throws exceptions internally in FrameManager and related classes (IsolatedWorld, Client_MessageReceived) if the user manually navigates tabs or rapidly changes URLs (e.g.,...
: 'Navigating frame was detached: Connection failed to process Target.attachedToTarget. Timeout of 1000 ms exceeded. at PuppeteerSharp.Helpers.TaskHelper.WithTimeout[T](Task1 task, TimeSpan timeout, Func2 exceptionFactory) in /home/runner/work/puppeteer-sharp/puppeteer-sharp/lib/PuppeteerSharp/Helpers/TaskHelper.cs:line 185 at PuppeteerSharp.Cdp.FrameManager.c__DisplayClass58_0.d.MoveNext() in /home/runner/work/puppeteer-sharp/puppeteer-sharp/lib/PuppeteerSharp/Cdp/FrameManager.cs:line 206'...
closes #2967
Tried with nuget package version 20.2.2. using NET8.0 platform. When trying to run `await Launcher.LaunchAsync(new LaunchOptions() { Browser = SupportedBrowser.ChromeHeadlessShell };` the call is crashing with an inner ArgumentException with...
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14264)
PuppeteerSharp 20.2.2 await new BrowserFetcher().DownloadAsync(); Error System.Logging.FriendlyException[0] Failed to download Chrome for Win64 from https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/win64/chrome-win64.zip PuppeteerSharp.PuppeteerException: Failed to download Chrome for Win64 from https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/win64/chrome-win64.zip ---> [System.Net](https://system.net/).Http.HttpRequestException: The SSL connection could...
Hello, I am trying to use a headless instance of Firefox to generate some PDF based on precomputed HTML. Puppeteer 20.2.2 works well (at least on my development machine, in...