BrowserPoolNewPageOptions <PageOptions, BP>
Index
Properties
optionalbrowserPlugin
optionalid
Assign a custom ID to the page. If you don't a random string ID will be generated.
optionalpageOptions
Some libraries (Playwright) allow you to open new pages with specific options. Use this property to set those options.
optionalproxyTier
Proxy tier.
optionalproxyUrl
Proxy URL.
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.