puppeteer/docs/api/puppeteer.connection.fromsession.md

45 lines
500 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Connection.fromSession
---
# Connection.fromSession() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class Connection {
static fromSession(session: CDPSession): Connection | undefined;
}
```
## Parameters
<table><thead><tr><th>
2022-07-05 13:41:43 +00:00
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>
2022-07-05 13:41:43 +00:00
**Returns:**
[Connection](./puppeteer.connection.md) \| undefined