puppeteer/docs/api/puppeteer.connectoptions.md
dependabot[bot] 93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +00:00

109 lines
927 B
Markdown

---
sidebar_label: ConnectOptions
---
# ConnectOptions interface
#### Signature:
```typescript
export interface ConnectOptions extends BrowserConnectOptions
```
**Extends:** [BrowserConnectOptions](./puppeteer.browserconnectoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
browserURL
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
browserWSEndpoint
</td><td>
`optional`
</td><td>
string
</td><td>
</td><td>
</td></tr>
<tr><td>
headers
</td><td>
`optional`
</td><td>
Record&lt;string, string&gt;
</td><td>
Headers to use for the web socket connection.
</td><td>
</td></tr>
<tr><td>
transport
</td><td>
`optional`
</td><td>
[ConnectionTransport](./puppeteer.connectiontransport.md)
</td><td>
</td><td>
</td></tr>
</tbody></table>