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

to install get message : ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for automation-extra-plugin@^4.2.1. npm ERR! notarget In most cases you or one of your...

issue: bug report
needs triage

**Describe the bug** Seems as TikTok detect puppeteer with puppeteer extra and stealth plugin. As in a other issue mentiont and as merged defined, TikTok seems to detect the remote...

issue: bug report
needs triage

The current goal of the `stealth` plugin is to hide headless browser usage by mocking/spoofing missing functionality in headless to emulate its headful counterpart. Another nice feature (either as part...

enhancement
idea

**Describe the bug** If the captcha bug is only partly on screen the captcha gets filtered. ![image](https://user-images.githubusercontent.com/11030139/144226709-e7dc5db6-63dd-461d-af5e-01099191f09b.png) ![image](https://user-images.githubusercontent.com/11030139/144226807-eb59d21a-8888-4eba-b9f8-13f26aa0892c.png) **Code Snippet** ```javascript let captcha = await page.findRecaptchas(); console.log(captcha); ```

issue: bug report
needs triage

Can I use `userDataDir` in launch params and `page.setCacheEnabled(true)` with stealth plugin? Or it will reveal?

**Feature request** in headless modal, load image fail, the image width and height is 0, but in normal modal, this size is 16 ![image](https://user-images.githubusercontent.com/19356940/141678299-b513d042-51ec-4059-a58a-fb1d3e4e0c16.png) ![image](https://user-images.githubusercontent.com/19356940/141678304-bddeb24e-8489-48ee-a89e-8edbe190d784.png)

issue: proposal

**Describe the bug** When I am trying to login using google, exact same code works without any problem in headful mode. However if I change the browser to headless (with...

issue: bug report
needs triage

**Bug description** Hello folks! I'm trying to load www.cnn.com using page.goto(). I'm using headful, stable Chrome on macOS and the stealth plugin. I expect the page to load the same...

issue: bug report
needs triage

Visiting the sample link below (and similar search urls on billiger.de) is expected to lead to a captcha page. https://www.billiger.de/search?searchstring=885370920932 The issue is that, in puppeteer, the expected captcha(hcaptcha) fails...

issue: bug report
needs triage

CHR_Memory test on [bot.sannysoft.com](https://bot.sannysoft.com/) fails after setting a custom user agent. **Tested in the following environment:** Ubuntu 20.04.3 LTS NodeJS v10.19.0 npm 6.14.4 Puppeteer 10.4.0 puppeteer-extra 3.2.0 puppeteer-extra-plugin-stealth 2.8.0 **Code...

issue: bug report
needs triage