25 lines
565 B
Markdown
25 lines
565 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [session](./puppeteer.connection.session.md)
|
||
|
|
||
|
## Connection.session() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
session(sessionId: string): CDPSession | null;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| sessionId | string | The session id |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[CDPSession](./puppeteer.cdpsession.md) \| null
|
||
|
|
||
|
The current CDP session if it exists
|
||
|
|