puppeteer/website/versioned_docs/version-22.6.3/api/puppeteer.connection.fromsession.md

45 lines
500 B
Markdown
Raw Normal View History

---
sidebar_label: Connection.fromSession
---
# Connection.fromSession() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class Connection {
static fromSession(session: CDPSession): Connection | undefined;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
session
</td><td>
[CDPSession](./puppeteer.cdpsession.md)
</td><td>
</td></tr>
</tbody></table>
**Returns:**
[Connection](./puppeteer.connection.md) \| undefined