Skip to main content
Version: 3.1

BrowserPoolNewPageOptions <PageOptions, BP>

Index

Properties

optionalbrowserPlugin

browserPlugin?: BP

Choose a plugin to open the page with. If none is provided, one of the pool's available plugins will be used.

It must be one of the plugins browser pool was created with. If you wish to start a browser with a different configuration, see the newPageInNewBrowser function.

optionalid

id?: string

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

optionalpageOptions

pageOptions?: PageOptions

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

optionalproxyUrl

proxyUrl?: string

Proxy URL.