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

not like `page.` nor `browser.`, I'd like to run node.js statements such as `for` statement. something like following one. ```js for (i = 1; i < page.evaluate(() => document.querySelectorAll(`section >...

more-info-needed

This also happens for networkidel0 but not for a waitUntil of load or domcontentloaded. website is g2.com. Code to reproduce: ```js const puppeteer = require("puppeteer-extra"); const pluginStealth = require("puppeteer-extra-plugin-stealth"); puppeteer.use(pluginStealth());...

bug
plugin: stealth ㊙️

As there are a lot of differences that allow websites to detect headless chrome and as we can install like x server on a server, what is the benefit of...

documentation-needed

The tests seem to be stuck without any activity. See & undo commit a18b7c0 Also see #245

As I am working on the GitHub Actions Workflow (#245), I stumbled upon two test failures: ``` puppeteer-extra-plugin-stealth: Unhandled rejection in evasions\webgl.vendor\index.test.js puppeteer-extra-plugin-stealth: D:\a\puppeteer-extra\puppeteer-extra\node_modules\puppeteer\lib\Page.js:213 puppeteer-extra-plugin-stealth: Error: Page crashed! puppeteer-extra-plugin-stealth: Page._onTargetCrashed...

bug
enhancement
ongoing-research

Hello, i want to block trackers but when I try to use puppeteer-extra-plugin-adblocker I have this error : error = TypeError: Cannot read property 'writeFile' of undefined I have :...

Cloudflare protected websites are detected with cloudflare hcaptcha challenge page. Do you guys have any soultions for bypassing cloudflare?

Hello, I've started using your packages, but it seems to be working on the first request only if there is any link opening in a new tab, the requests are...

bug
ongoing-research
puppeteer-limitation

I try to package the nodejs app with puppeteer extra but get the error: ``` Error: Cannot find module 'puppeteer-extra-plugin-stealth/evasions/chrome.runtime' Require stack: - /snapshot/project-name/node_modules/puppeteer-extra/dist/index.cjs.js - /snapshot/project-name/browser.js - /snapshot/project-name/index.js 1) If...

![image](https://user-images.githubusercontent.com/22905237/82193099-8bac3000-9912-11ea-896c-f0a92bb197b1.png) I am trying to make my scripts look like they are from apple and windows devices I can easily change the userAgent in puppeteer using ` await page.setUserAgent("Mozilla/5.0 (Macintosh;...