puppeteer/website/versioned_docs/version-10.0.0/puppeteer.connection.session.md

25 lines
565 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Connection](./puppeteer.connection.md) &gt; [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