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

I'm trying to use the captcha solving plugin, and this is my code: `static async Task runBotAsync() { // Initialization plugin builder var extra = new PuppeteerExtra(); var recaptchaPlugin =...

Method not found: 'System.Threading.Tasks.Task PuppeteerSharp.Page.SetUserAgentAsync(System.String)'.

i've seens updates to berstend/puppeteer-extra and puppeteer-extra-plugin-stealth i hope this will be updated soon here. thanks

Hello, i cant set any of http headers, any advices? ``` var extra = new PuppeteerExtra(); var languagesSettings = new StealthLanguagesOptions("en-US,en"); extra.Use(new StealthPlugin(languagesSettings)); Browser browser = await extra.LaunchAsync(new LaunchOptions().. await...

PuppeteerExtraSharp version: 1.3.2 PuppeteerSharp version: 6.2.0 C# .NET Framework: 4.7.0 OS: Windows 11 Plugins: StealthPlugin, BlockResourcesPlugin I am trying to send a post request with SetRequestInterceptionAsync, But I got the...

var languagesSettings = new StealthLanguagesOptions("fr-FR"); // initialize stealth plugin var stealth = new StealthPlugin( languagesSettings, webGL); var browser = await extra.Use(stealth).LaunchAsync(new LaunchOptions { }):

when will puppeteer-extra-plugin-user-preferences be implemented? or maybe how to implement it so we can help.

Hey! I'm wondering if I did something wrong or if the captcha plugin isn't able to do hCaptcha. I set it up with TwoCaptcha ( With API KEY of course)....

hi,thx for you work, but now not work, work only Headless = false if Headless = true, google say = browser not secure, there is a solution? i alredy test...

Trying to find out if this can be used in Docker and if you have any example Dockerfiles if so?