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 calls to e.g. `page.evaluateOnNewDocument` within the puppeteer-extra modules are not wrapped with a try/catch, so if a page gets redirected whilst processing, these calls end up throwing unhandled rejections...

As of 06/12/2018, inline extension installation is deprecated - [https://developer.chrome.com/extensions/webstore](https://developer.chrome.com/extensions/webstore). So it can be used to detect headless browser with stealth plugin.

Repro steps: 1. Launch a puppeteer like so, you will need to replace the useragent, platform, and launch_options with something else. make sure to set the platform to something thats...

I'm trying to enter a captcha on a page that has this attr on the recaptcha element: `data-callback="imNotARobot"` This is causing an error in `RecaptchaContentScript.enterRecaptchaSolutions` when it calls `eval(client.callback).call()`, because...

bug
more-info-needed

HI there, As title says, it is possible to randomize plugins length attribute? ![Screen Shot 2020-02-12 at 1 41 46 PM](https://user-images.githubusercontent.com/2906581/74335871-6b158c80-4d9d-11ea-8a86-236e9bfac519.png)

Hi. Thanks for this absolute awesome plugin. I think I found a bug in [user agent override](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override): By default, you are using puppeteers default user agent and strip away the...

The [user-agents](https://github.com/intoli/user-agents) package is updated daily to include popular user agents. For instance, a random ua sample: ``` { "appName": "Netscape", "connection": { "downlink": 10, "effectiveType": "4g", "rtt": 0 },...

enhancement
idea
prs-welcome

**Describe the bug** I try to go to a page who have a hcaptcha. But plugin is not working and it seems that 2captacha is not called. Don't see anywhere...

issue: bug report
needs triage

**Describe the bug** Getting error on this line while using playwright-extra sometime https://github.com/berstend/puppeteer-extra/blob/523b2efe7dc000536ef6bd608810d4e01e206504/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.js#L82 ![image](https://user-images.githubusercontent.com/6106479/190953896-6d2037b6-6a70-4e88-a711-7136f6286f17.png) **Code Snippet** ```javascript import { chromium } from "playwright-extra"; import StealthPlugin from "puppeteer-extra-plugin-stealth"; chromium.use(StealthPlugin()); const bs...

issue: bug report
needs triage

Is it possible to support also Walmart Press & Hold captcha? ![image](https://user-images.githubusercontent.com/6663030/190483732-b1d60950-a233-4c19-b3c0-c1b9c14ca65f.png) Thank you

issue: proposal