24 lines
913 B
Markdown
24 lines
913 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConnectOptions](./puppeteer.connectoptions.md)
|
||
|
|
||
|
## ConnectOptions interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ConnectOptions extends BrowserConnectOptions
|
||
|
```
|
||
|
<b>Extends:</b> [BrowserConnectOptions](./puppeteer.browserconnectoptions.md)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [browserURL?](./puppeteer.connectoptions.browserurl.md) | string | <i>(Optional)</i> |
|
||
|
| [browserWSEndpoint?](./puppeteer.connectoptions.browserwsendpoint.md) | string | <i>(Optional)</i> |
|
||
|
| [product?](./puppeteer.connectoptions.product.md) | [Product](./puppeteer.product.md) | <i>(Optional)</i> |
|
||
|
| [transport?](./puppeteer.connectoptions.transport.md) | [ConnectionTransport](./puppeteer.connectiontransport.md) | <i>(Optional)</i> |
|
||
|
|