Skip to main content
Version: 3.9

BrowserPoolNewPageInNewBrowserOptions <PageOptions, BP>

Index

Properties

optionalbrowserPlugin

browserPlugin?: BP

Provide a plugin to launch the browser. If none is provided, one of the pool's available plugins will be used.

If you configured BrowserPool to rotate multiple libraries, such as both Puppeteer and Playwright, you should always set the browserPlugin when using the launchOptions option.

The plugin will not be added to the list of plugins used by the pool. You can either use one of those, to launch a specific browser, or provide a completely new configuration.

optionalid

id?: string

Assign a custom ID to the page. If you don't a random string ID will be generated.

optionallaunchOptions

launchOptions?: BP[launchOptions]

Options that will be used to launch the new browser.

optionalpageOptions

pageOptions?: PageOptions

Some libraries (Playwright) allow you to open new pages with specific options. Use this property to set those options.