Eltik / Puppeteer-Bypass

Bypassing CloudFlare's anti-bot challenge with Puppeteer optimizations
61 stars 8 forks source link

Puppeteer syntax #1

Open popouille opened 1 year ago

popouille commented 1 year ago

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 action on the webpage?

Regards

Eltik commented 1 year ago

Hey, thanks for opening up an issue! I can try and create a function that will return the browser instance so you can modify a webpage. I'll try and finish this today, but for now you can just interact with the browser variable in the API file (I'll likely rename it to CloudFlare by the way).

popouille commented 1 year ago

I will give a look, Thanks a lot for your work

Eltik commented 1 year ago

Np. Unfortunately I couldn't finish it today I'll try to finish it tomorrow