puppeteer/docs/api/puppeteer.connection.md

151 lines
1.6 KiB
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Connection
---
# Connection class
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
2023-09-13 13:47:55 +00:00
export declare class Connection extends EventEmitter<CDPSessionEvents>
2022-07-05 13:41:43 +00:00
```
2023-09-13 13:47:55 +00:00
**Extends:** [EventEmitter](./puppeteer.eventemitter.md)&lt;[CDPSessionEvents](./puppeteer.cdpsessionevents.md)&gt;
2022-07-05 13:41:43 +00:00
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[(constructor)(url, transport, delay, timeout)](./puppeteer.connection._constructor_.md)
</td><td>
</td><td>
Constructs a new instance of the `Connection` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
timeout
</td><td>
`readonly`
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
2022-07-05 13:41:43 +00:00
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[createSession(targetInfo)](./puppeteer.connection.createsession.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
[dispose()](./puppeteer.connection.dispose.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
[fromSession(session)](./puppeteer.connection.fromsession.md)
</td><td>
`static`
</td><td>
</td></tr>
<tr><td>
[send(method, params, options)](./puppeteer.connection.send.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
[session(sessionId)](./puppeteer.connection.session.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
[url()](./puppeteer.connection.url.md)
</td><td>
</td><td>
</td></tr>
</tbody></table>