apify / browser-pool

A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.
88 stars 14 forks source link

Context handling #3

Closed petrpatek closed 3 years ago

petrpatek commented 3 years ago

It should be a matter of plugin implementation for example in puppeteer you want to use the default context in playwright you have to use the createContext function otherwise no context is created.