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

My service is working perfectly locally however when I deploy it on Azure as a Windows .net core 5 Free App service, It throws following exception. My code is shown...

I am trying to measure width of the element using puppeteersharp in lambda and docker. Simple code gives diffrent results on win & linux. `var res = await node.EvaluateFunctionAsync("element =>...

### Description Wondering if anyone has tried using PuppeteeSharp in an Azure Function Linux Consumption Plan. I have it working, but now and then it will fail silently. It doesn't...

Hi, I have updated my version to 5.0.0 and I have problem with function **TypeAsync**. When I called it, Firefox browser just typed first character in content to Url bar...

Hi there, this is not a bug but more a question (sorry if it's not a right place to ask here let me know). How can I check if a...

feature

### Description Browser closes/crashes when attempting to download very simple file ### Complete minimal example reproducing the issue Complete means the code snippet can be copied into a unit test...

bug

### Description Occasionally and randomly (I cannot reliably reproduce this), I get an Index Out Of Range exception when calling WaitForSelectorAsync. ### Complete minimal example reproducing the issue ```csharp await...

enhancement

Explain how would you like this document to be impoved. Source URL: https://github.com/kblok/puppeteer-sharp/blob/master/lib/PuppeteerSharp/Page.cs/#L768 What exceptions could this throw? For example, if a file with the same name already exists?

documentation

See the first line: ```xml Affects how responses to are returned to the caller. If true (default), the response is delivered to the caller on its own thread; otherwise, the...

documentation

ariaqueryhandler.spec.ts: parseAriaSelector: should find button ariaqueryhandler.spec.ts: queryOne: should find button by role ariaqueryhandler.spec.ts: queryOne: should find button by name and role ariaqueryhandler.spec.ts: queryOne: should find first matching element ariaqueryhandler.spec.ts: queryOne:...

puppeteer code