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

Fixes crash on launch on Linux: ``` [FATAL:double_fork_and_exec.cc(131)] execv .local-chromium/Linux-970485/chrome-linux/chrome_crashpad_handler: Permission denied (13) ``` See #1774

Hello. I expose my problem. I am trying to access a website with PuppeteerSharp which, conveniently and on purpose, I will not be able to access. This is because the...

### Description Latest version of puppeteer not downloading. I have a basic method that calls to download the latest version, but it gets to await fetcher.CanDownloadAsync(BrowserFetcher.DefaultChromiumRevision) and hangs. Nothing else...

## Looking for some help? Get priority support by [sponsoring the project](https://github.com/sponsors/hardkoded)/ **Before you file a bug, have you:** * Tried upgrading to newest version of PuppeteerSharp, to see if...

### Description I have a page content that has a link to the publicly available image and also one protected with authorization. To get past authorization I'm setting extra http...

- Add new Offset struct and replace BoxModelPoint usage for ClickablePointAsync - Add new Test case based on JSHandle.click should work Puppeteer supports passing an offset via ClickOptions see https://pptr.dev/api/puppeteer.clickoptions

Issue #1925 - Extracts interfaces for the public API classes - There are multiple commits to make things slightly easier to review, each commit is a self contained set of...

Explain how would you like this document to be impoved. Source URL: https://github.com/kblok/puppeteer-sharp/blob/master/lib/PuppeteerSharp/Page.cs/#L585 I would like to see the example of how to set the language as alluded to in...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies