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

plugin: stealth ㊙️
plugin: puppeteer-extra

This PR updates the merge-deep package to v3.0.3 to address the security vulnerability https://github.com/advisories/GHSA-r6rj-9ch6-g264

plugin: recaptcha 🏴
plugin: puppeteer-extra
plugin: automation-extra
package: core

**Error String** E: Unable to locate package google-chrome-stable executor failed running [/bin/sh -c apt-get update && apt-get install gnupg wget -y && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor >...

issue: bug report
needs triage

**Describe the bug** I'm trying to bypass CloudFlare protection, using for test https://nowsecure.nl/ website My simple code works well on my local laptop (Windows 11 is used, with real physycal...

issue: bug report
needs triage

**Describe the bug** I'm building a bot that integrates with meet, zoom and teams online meetings and that records the audio of a meeting. My problem is that with teams...

issue: bug report
needs triage

Hi , Datadome flag when the client send the cdp command : "Runtime.enable" :/ if i do : (in FrameManager.js of pupetter) await Promise.all([ client.send('Page.setLifecycleEventsEnabled', { enabled: true }), client.send('Runtime.enable').then(()...

issue: bug report
needs triage

The site ‍‍‍‍`https://www.000webhost.com/cpanel-login` has a hard challenge for Cloudflare and does not open normal. So I used the `puppeteer-extra-plugin-stealth` plugin. This site will not be opened with the `browser.newPage()`. (The...

issue: bug report
needs triage

**Describe the bug** Started getting `Property 'use' does not exist on type ...` for `puppeteer.use()` after migrating to ESM. **Code Snippet** ```javascript import puppeteer from "puppeteer-extra"; import StealthPlugin from "puppeteer-extra-plugin-stealth";...

issue: bug report
needs triage

When is the update coming out to enable compatibility with latest puppeteer v22.0.0? Breaking change: rename createIncognitoBrowserContext to createBrowserContext (https://github.com/puppeteer/puppeteer/issues/11834)

issue: bug report
needs triage