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

Cookies having Partition Keys are serialized incorrectly leading to errors when sending such cookies to the browser due to invalid json.

### Description The current `CookiePartitionKeyConverter` doesn't currently support deserialization if the key is already a string. Essentially, trying to serialize these back out to a file, and then read back...

Need to understand how to prevent "block" from Cloudflare to prevent HttpStatusCode=403 (Forbidden) when calling an endpoint. How to bypass 403 error when calling an endpoint on a site running...