2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ConnectOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# ConnectOptions interface
|
|
|
|
|
2022-10-24 11:58:47 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ConnectOptions extends BrowserConnectOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
**Extends:** [BrowserConnectOptions](./puppeteer.browserconnectoptions.md)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2022-10-24 11:58:47 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| --------------------------------------------------------------------- | --------- | --------------------------------------------------------- | ----------------- | ------- |
|
|
|
|
| [browserURL?](./puppeteer.connectoptions.browserurl.md) | | string | <i>(Optional)</i> | |
|
|
|
|
| [browserWSEndpoint?](./puppeteer.connectoptions.browserwsendpoint.md) | | string | <i>(Optional)</i> | |
|
|
|
|
| [transport?](./puppeteer.connectoptions.transport.md) | | [ConnectionTransport](./puppeteer.connectiontransport.md) | <i>(Optional)</i> | |
|