Puppeteer-sharp-extra icon indicating copy to clipboard operation
Puppeteer-sharp-extra copied to clipboard

Plugin framework for PuppeteerSharp

Results 37 Puppeteer-sharp-extra issues
Sort by recently updated
recently updated
newest added

"This browser or app may not be secure" appears again. any fix on that?

I just added a new ReCaptcha Provider, it's called CapSolver which is what I currently use.

This is my page factory, I expect 25 empty tabs Public Async Function EmptyPagesFactoryAsync(ByVal count As Integer) As Task(Of List(Of Page)) Dim Pages As List(Of Page) = New List(Of Page)...

The link is dead `https://arh.antoinevastel.com/reports/stats/osName_hardwareConcurrency_report.html`

Using this will cause timeout issues with headless set to true. Can be recreated with Multi-Threading and having the following code on a login page. Ex Code: try { await...

I am not aware that it is possible to use a proxy that requires credentials with this library. If there is a way, how can I do it? If there...

![image](https://github.com/Overmiind/Puppeteer-sharp-extra/assets/12090183/d7f0a081-e41b-46a3-aa96-37c088fe5762) handling of the above exception result in this other exception: RangeError: Maximum call stack size exceeded "RangeError: Maximum call stack size exceeded ``` at newHandler. [as apply] (:33:38) at...

Update PuppeteerSharp nuget package version

Using PuppeteerExtraSharp 2.0.0 with PuppeteerSharp 15.1.0 causes an exception. Code: ```cs static async Task Main(string[] args) { await new BrowserFetcher().DownloadAsync(); var extra = new PuppeteerExtra(); var options = new LaunchOptions...

Sometimes this library brings unexpected results. I use it in my projects. Here is an update of dependencies and code, I did not add anything new.