It accepts every BrowserPool option plus the crawler's own launchContext and
headless, and derives the browser plugin from them - so a pool built here always matches the crawler it is
given to, and configuring one never means assembling a PuppeteerPlugin by hand.
Builds a BrowserPool of Puppeteer browsers to pass to a PuppeteerCrawler as its
browserPool.It accepts every
BrowserPooloption plus the crawler's ownlaunchContextandheadless, and derives the browser plugin from them - so a pool built here always matches the crawler it is given to, and configuring one never means assembling a PuppeteerPlugin by hand.Example usage:
The returned pool is not torn down by the crawler, which is what makes it shareable between crawlers.