puppeteer-real-browser icon indicating copy to clipboard operation
puppeteer-real-browser copied to clipboard

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.

Results 48 puppeteer-real-browser issues
Sort by recently updated
recently updated
newest added
trafficstars

Why doesn't it open the Chrome window on Linux? I saw your preview video, and you did screenshots on interval. Isn't there a better way just for debugging purposes? Afterwards,...

Greetings, when using an extension to generate new UA+Headers sometimes cloudflare seems to flag it and then its looping(solving again and again) Is there a way to make an check...

It is failing the online test for reCAPTCHA 3 score, https://antcpt.com/eng/information/demo-form/recaptcha-3-test-score.html

bug

whenever I click on a url that opens a pop up or I "control" + click to open in a new tab it doesn't open the url but shows about:blank...

is not working exactly like a real browser, the website I am using for testing is detecting that I am browsing through puppeteer, the website opens a video player if...

bug

Hey i was wondering if i could use the puppeter extra adblock feature, cause i couldnt find a way to do this currently.

Feature Request

i try but it open chrome and do nottng 🥲

Trying to load an extension via args: [] doesn't work. example: ``` const { page, browser} = await connect({ headless: 'no', args: [ `--disable-extensions-except=${this.extensionPath}`, `--load-extension=${this.extensionPath}`], customConfig: {}, skipTarget: [], fingerprint:...

When updating to the latest version of puppeteer-real-browser the dockerfile no longer works. I found this out when installing the package in my own project and building my own docker...