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

Can you please update the types to support "new" as a headless option? Without it, this error is clogging my terminal: ``` Puppeteer old Headless deprecation warning: In the near...

issue: proposal

plugin: recaptcha 🏴
plugin: puppeteer-extra

**Feature request** The [@extra/proxy-router](https://github.com/berstend/puppeteer-extra/tree/master/packages/plugin-proxy-router#extraproxy-router---) should support more than just the http protocol. Frankly makes it unusable if the browser to the proxy connection is in the clear.

issue: proposal

Need help - what to fill in below fields? I'm running below code. What to fill in the username and password? ```javascript const puppeteer = require('puppeteer-extra') const devtools = require('puppeteer-extra-plugin-devtools')()...

issue: proposal

I use my lib to scrap a bit on kick.com https://github.com/allaboutstrategy/kick_live_ws/blob/master/src/fetch/userAPI.ts they have the api behind something like a cloudflare, I use puppetter + stealth. Was working for 3 month...

issue: bug report
needs triage

**Describe the bug** Google detects Puppeter even when using puppeteer-extra, puppeteer-extra-plugin-stealth **Code Snippet** ``` puppeteer.launch({ headless: false, ignoreHTTPSErrors: true, executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', args: [ '--window-size=800,800', "--no-sandbox", "--disable-dev-shm-usage", "--disable-gpu", "--disable-extensions",...

issue: bug report
needs triage

While running the code, I am getting this error. Please help!

issue: bug report
needs triage

Hey there, I'm exploring the possibility of automating video posting on TikTok by using the web version. I've created a puppeteer script that logs in, goes to the upload page,...

issue: bug report
needs triage

Hello! I have a problem. The captcha in the browser turns green, that is, it seems to be resolved. But in the console I see an error and the script...

issue: bug report
needs triage