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

Headless Chrome .NET API

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

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14226)

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14221)

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14160)

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14159)

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14184)

[Original issue](https://www.github.com/puppeteer/puppeteer/issues/14175)

In my project I am using the "EvaluateFunctionAsync" and "QuerySelectorAsync" methods of the Page object and this methods throws NullRefferenceException. It happens kinda infrequently and because of it I even...

Hello, the error is shown in the following picture. Is there any way to solve this problem

my code: var emailOrPhoneInput = await page.WaitForSelectorAsync("input[name='emailOrPhone']", new WaitForSelectorOptions { Timeout = 90000, Visible = true, }); error: Waiting for selector `input[name='emailOrPhone']` failed: Timeout of 10000 ms exceeded I set...