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

💯 Teach puppeteer new tricks through plugins.

Results 218 puppeteer-extra issues
Sort by recently updated
recently updated
newest added

~~The rewrite of `puppeteer-extra` is available for beta testing, to gather some final feedback before we make the switch. This issue is meant as a canonical reference on how to...

work-in-progress
planned-feature
plugin: recaptcha 🏴
plugin: automation-extra
package: core

puppeteer-extra for deno would be awesome!

issue: proposal
upvote-stage

**Describe the bug** This is an aggregated bug report for a few inconsistencies that I found in `navigator.plugins` evasion. ### Reference mismatch Chromium implementation of `navigator.plugins` array [references single `PluginData`...

issue: bug report
needs triage

**Describe the bug** Ran a test using CreepJS, and they are able to detect my usage of this plugin (thus eliminating stealth). ![image](https://user-images.githubusercontent.com/12793890/166063651-67d9a4d5-1d41-425e-a41e-fea6f2ff4443.png) **Code Snippet** ``` import puppeteer from "puppeteer-extra";...

issue: bug report
needs triage

Hello, I'm attempting to submit the login form on [fastly.com](https://www.fastly.com/signup) using puppeteer-extra and the recaptcha plugin. According to the debug logs the captcha is found and solved, but a screenshot...

issue: bug report
needs triage

Thank you very much for your work. I use import puppeteer from 'puppeteer'; I'm getting a cloudfire error with a permanent redirect. Tried headless false, headless true - still redirect....

issue: bug report
needs triage

Detected by Service Provider https://github.com/fingerprintjs/BotD

issue: bug report
needs triage

Hi, puppeteer-extra-plugin-recaptcha is an amazing plugin. It should be great if it could resolve others captcha like FunCapcha?!

enhancement
planned-feature
issue: proposal
upvote-stage

So basically work great if I use a random UserAgent which mark with Opera System. For example I'm using mac os and use useragent like this ``` const userAgent =...

issue: bug report
needs triage

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-CH-UA-Platform-Version Sec-CH-UA-Platform-Version contains `dot-separated major, minor and patch version numbers` The user agent may not contains 3 numbers, example on windows 10 it contains Windows 10.0, so we add the...

plugin: stealth ㊙️
plugin: puppeteer-extra