miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Possibility to integrate puppeteer-extra plugins? #202

Open michael-ziedalski opened 5 years ago

michael-ziedalski commented 5 years ago

First of all, I want to say how great of a project this is; I've found it much more useful getting into Puppeteer through my familiar Python interface than through pure javascript.

At any rate, is there a way to get puppeteer-extra plugins to work with Pyppeteer, like this one?

https://github.com/berstend/puppeteer-extra/tree/c5828dd01333b6dbb15d74e63d9b866b2b2ff2a6/packages/puppeteer-extra-plugin-stealth

If there isn't currently a way, is support for these plugins planned in the future?

1dragosh commented 5 years ago

Also interested. WebDriver is detected.

ozozozd commented 4 years ago

Something like this https://github.com/MeiK2333/pyppeteer_stealth?

michael-ziedalski commented 4 years ago

Thanks, this example is indeed what I was referring to. Hopefully that project ends up developing well. However, until then, I hope the pyppeteer here gets good development!