Puppeteer-Bypass icon indicating copy to clipboard operation
Puppeteer-Bypass copied to clipboard

Bypassing CloudFlare's anti-bot challenge with Puppeteer optimizations

Results 4 Puppeteer-Bypass issues
Sort by recently updated
recently updated
newest added

Receiving this error ``` const bypass = new API(); ^ TypeError: API is not a constructor ``` on this setup, ``` const API = require("./Puppeteer-Bypass/built/API"); const bypass = new API();...

i am not sure is this is related to my machine or something else, i have installed xvfb, its seems it is a comen problem, https://github.com/puppeteer/puppeteer/issues/8148 i have tried [this](https://github.com/puppeteer/puppeteer/issues/8148#issuecomment-1397528849)...

Hello, Thank you for your repo, I seen you launch the browser with puppeteer, but how can we be able to use puppeteer syntax from your api to do some...

enhancement

Hi, It seems that with the latest version of Puppeteer-Bypass CloudFlare is not successfully being bypassed. Here is the code I used ```javascript const API = require("./node_modules/Puppeteer-Bypass/built/API").default; const bypass =...

bug