2022-10-14 12:54:46 +00:00
|
|
|
---
|
|
|
|
sidebar_label: connect
|
|
|
|
---
|
|
|
|
|
|
|
|
# connect variable
|
|
|
|
|
2022-10-24 11:58:47 +00:00
|
|
|
#### Signature:
|
2022-10-14 12:54:46 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
connect: (
|
|
|
|
options: import('puppeteer-core/internal/common/Puppeteer.js').ConnectOptions
|
2022-10-21 13:52:43 +00:00
|
|
|
) => Promise<import('./types.js').Browser>;
|
2022-10-14 12:54:46 +00:00
|
|
|
```
|