mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
57e11b320c
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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. | 180000 | |
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. |