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

I added an example using import instead of require

stealth is not working, the website I am using for testing is detecting that I am browsing through puppeteer, the website opens a video player if you enter it normally...

issue: bug report
needs triage

**Describe the bug** I was trying to locate some elements in chrome using `[...document.querySelectorAll("a")].filter( /* foo */ )` but the REPL gave me a syntax error. **Code Snippet** Just run...

issue: bug report
needs triage

I'm trying to use UserPreferencesPlugin, like ``` chromium.use( UserPreferencesPlugin({ userPrefs: { download: { prompt_for_download: false, open_pdf_in_system_reader: true }, plugins: { always_open_pdf_externally: true }, }, }) ); chromium.use(StealthPlugin()); context = await...

0|bots | TargetCloseError: Protocol error (Page.addScriptToEvaluateOnNewDocument): Session closed. Most likely the page has been closed. 0|bots | at CdpCDPSession.send (/root/B1/api/node_modules/puppeteer-core/src/cdp/CDPSession.ts:90:9) 0|bots | at next (/root/B1/api/node_modules/puppeteer-extra-plugin-stealth/evasions/sourceurl/index.js:34:41) 0|bots | at CdpCDPSession.send (/root/B1/api/node_modules/puppeteer-extra-plugin-stealth/evasions/sourceurl/index.js:67:18)...

issue: bug report
needs triage

i have join the google meet using puppeteer on a server now i want to play a audio using mic of puppeteer browser const browser = await launch(puppeteer, { headless:...

I am encountering a security warning message when i try to Login in Gmail , "**This browser or app may not be secure,**" when attempting to launch the browser using...

issue: bug report
needs triage

The plugin works great with reCAPTCHA, however it throws an error on pages with hCaptcha After some investigations, I came to the following problem: There is a block of code...

issue: bug report
needs triage

- So, my point is to sign-in into PSN account. - `const puppeteer = require("puppeteer-extra"); const StealthPlugin = require("puppeteer-extra-plugin-stealth"); const proxyRouter = require("@extra/proxy-router"); puppeteer.use(StealthPlugin()); puppeteer.use(require("puppeteer-extra-plugin-anonymize-ua")()); puppeteer.use( proxyRouter({ proxies: { DEFAULT:...

issue: bug report
needs triage