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

Hello, I am trying to https://juejin.cn/ I tried to log in, but the plugin couldn't capture any relevant information. I wonder if there was an issue with my writing? It's...

issue: bug report
needs triage

Hello, since last week this problem has started to show again ![140619288-7953980a-a3d2-49d3-b67f-b3f97bafc102](https://user-images.githubusercontent.com/43824570/177305829-a29a2c97-aa06-4c17-8adf-a8b42e156c1d.png) It seems like the Gmail has made a new update , i use ` await this.page.setBypassCSP(true)` but not...

issue: bug report
needs triage

It says puppeteer is missing, but puppeteer is installed. ``` Puppeteer is missing. :-) Note: puppeteer is a peer dependency of puppeteer-extra, which means you can install your own preferred...

issue: bug report
needs triage

**Describe the bug** **Code Snippet** ```javascript const puppeteer = require('puppeteer-extra') ;(async () => { const browser = await puppeteer.launch() // ... })() ``` **Versions**

issue: bug report
needs triage

Not working in [https://www.ticketmaster.es/](url) Always detected ![Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.](https://i.postimg.cc/x8jPfmsJ/Captura-desde-2023-09-22-17-44-45.png)

issue: bug report
needs triage

Cloudflare premium captchas recognize that puppeteer is a bot and refresh the page as they resolve it. It won't let it through. https://www.npmjs.com/package/puppeteer-real-browser I created this library for it. It...

issue: proposal

**Feature request** I think it would be essential if someone could change out the hardcoded values in WebGl Renderer and Vendor like the way one can .setUserAgent() on Start Up

issue: proposal

node: v18.16.1 npm: 9.5.1 ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for i@^2.2.31. npm ERR! notarget In most cases you or one of your dependencies...

issue: bug report
needs triage

I have not queried or clicked anything using puppeteer, simply connected to the browser seems enough for cloudflare to block access to a site. I have used the simplest possible...

issue: bug report
needs triage

**Describe the bug** 1. Fresh installation with : `npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth` 2. Copy paste the main from `puppeteer-extra-plugin-stealth` [npm](https://www.npmjs.com/package/puppeteer-extra-plugin-stealth#:~:text=extra-plugin-stealth-,usage,-%2F%2F%20puppeteer-extra%20is) 3. Start the program with `node index.js` 4. I...

issue: bug report
needs triage