23 lines
554 B
Markdown
23 lines
554 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [fromSession](./puppeteer.connection.fromsession.md)
|
|
|
|
## Connection.fromSession() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
static fromSession(session: CDPSession): Connection;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| session | [CDPSession](./puppeteer.cdpsession.md) | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
[Connection](./puppeteer.connection.md)
|
|
|