This is documentation for version 3.11. For the latest API, see version 3.12.
Version: 3.11
CommonLibrary
Each plugin expects an instance of the object with the .launch() property.
For Puppeteer, it is the puppeteer module itself, whereas for Playwright
it is one of the browser types, such as puppeteer.chromium.
BrowserPlugin does not include the library. You can choose any version
or fork of the library. It also keeps browser-pool installation small.
Each plugin expects an instance of the object with the
.launch()
property. For Puppeteer, it is thepuppeteer
module itself, whereas for Playwright it is one of the browser types, such aspuppeteer.chromium
.BrowserPlugin
does not include the library. You can choose any version or fork of the library. It also keepsbrowser-pool
installation small.