The RemoteBrowserPool counterpart of playwrightBrowserPool: connects to a remote browser
service (Browserbase, Browserless, Steel, ...) with a Playwright plugin derived from launchContext.
A PlaywrightCrawler accepts the same connection details directly via
remoteBrowser; reach for this factory when you also need to
tune the wrapping pool, or to share one remote pool between crawlers.
The RemoteBrowserPool counterpart of playwrightBrowserPool: connects to a remote browser service (Browserbase, Browserless, Steel, ...) with a Playwright plugin derived from
launchContext.A PlaywrightCrawler accepts the same connection details directly via
remoteBrowser; reach for this factory when you also need to tune the wrapping pool, or to share one remote pool between crawlers.Example usage: