puppeteer-pool icon indicating copy to clipboard operation
puppeteer-pool copied to clipboard

Puppeteer resource pool based on generic-pool

Results 11 puppeteer-pool issues
Sort by recently updated
recently updated
newest added

Thank you for this awesome package, For now puppeteer-pool is using Puppeteer v10.0.2, is there any way to specify other version of puppeteer?

Heyo! First off, thanks a lot for the hard work here. I recently pulled this into my project using Puppeteer, provided a tremendous performance boost. Much, much appreciated 🙏 May...

Page.close returns a promise updated documentation to reflect this

updating puppeteer to lastest version, used this puppeteer-pool and it worked for my user specific application

Sorry for the dumb question but why is it useful to open multiple `browser` instances... is it any different to opening a single `browser` (with `puppeteer.launch()`) and using that to...