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

**Describe the bug** Trying to start an `Electron.js` program with `Vue.js` and using puppeteer-extra plugins doesn't work. When starting with a puppeteer instance using stealth and adblock plugin, the program...

issue: bug report
needs triage

Throws Typescript error when you install it with puppeteer and playwright-core is absent on version 3.6.6. `Cannot find module 'playwright-core' or its corresponding type declarations.`

issue: bug report
needs triage

**Versions** "puppeteer": "^10.4.0", "puppeteer-extra": "^3.2.3", "puppeteer-extra-plugin-stealth": "^2.9.0" Hello noticed today that automatic login in **Google** does not work anymore if puppeteer is operated in **"headless": true.** in **"headless": false** it...

issue: bug report
needs triage

At `node_modules/puppeteer-extra/dist/index.d.ts:2` : ```ts import { PuppeteerNode } from 'puppeteer'; ``` which causes error when only using `puppeteer-core` .

work-in-progress
workaround-available
issue: bug report

**Describe the bug** When I tested the browserless service, I found that using puppeteer-extra with the puppeteer-extra-plugin-stealth plugin to connect to the chrome instance through the browserWSEndpoint option and using...

issue: bug report
needs triage

**Describe the bug** I'm trying to solve the captcha on the Youtube about page of any channel. For ex: https://www.youtube.com/c/FKnight/about. - After clicking the "View Email Address" button, the re-captcha...

more-info-needed
issue: bug report
needs triage

**Describe the bug** On the onlyfans.com loginpage solveRecaptchas() finds only v2 recaptcha with ID 6LddGoYgAAAAAHD275rVBjuOYXiofr1u4pFS5lHn and not finds recaptcha V3 with ID 6LcvNcwdAAAAAMWAuNRXH74u3QePsEzTm6GEjx0J on the same page. So when V2...

issue: bug report
needs triage

https://github.com/berstend/puppeteer-extra/issues/663 I mentioned this in this ticket, but it was closed and I am reposting it. The mark changes to purple after detection by the recaptcha, but then it seems...

issue: bug report
needs triage

Hi after a year away from this project, I'm back. I'm happy that my previous PRs (#455 #461) had help in #555. My next change will convert more remaining JS...

issue: proposal

1. Run electron 2. Press the button multiple times 3. multiple browser starts up 4. broeser.close() 5. Stuck If don't use stealth, it works fine https://github.com/rstorm861/puppeteer_test **index.html** ```javascript test test...

issue: bug report
needs triage