2.1 KiB
2.1 KiB
sidebar_label |
---|
BrowserConnectOptions |
BrowserConnectOptions interface
Generic browser options that can be passed when launching any browser or when connecting to an existing browser instance.
Signature:
export interface BrowserConnectOptions
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
defaultViewport? | Viewport | null | (Optional) Sets the viewport for each page. | ||
ignoreHTTPSErrors? | boolean | (Optional) Whether to ignore HTTPS errors during navigation. | false | |
protocolTimeout? | number | (Optional) Timeout setting for individual protocol (CDP) calls. | 30000 | |
slowMo? | number | (Optional) Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging. | ||
targetFilter? | TargetFilterCallback | (Optional) Callback to decide if Puppeteer should connect to a given target or not. |