mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
34ff00e2fe
* fix: added parts of website * fix: removed unnecessary lines * fix: updated contributing.md * fix: added parts of sidebar * fix: added all APIs * fix: added version 10.0.0 Co-authored-by: Jack Franklin <jacktfranklin@chromium.org>
913 B
913 B
Home > puppeteer > ConnectOptions
ConnectOptions interface
Signature:
export interface ConnectOptions extends BrowserConnectOptions
Extends: BrowserConnectOptions
Properties
Property | Type | Description |
---|---|---|
browserURL? | string | (Optional) |
browserWSEndpoint? | string | (Optional) |
product? | Product | (Optional) |
transport? | ConnectionTransport | (Optional) |