puppeteer/website/versioned_docs/version-19.5.0/api/puppeteer.connection.session.md
2023-01-09 10:58:41 +01:00

26 lines
416 B
Markdown

---
sidebar_label: Connection.session
---
# Connection.session() method
#### Signature:
```typescript
class Connection {
session(sessionId: string): CDPSession | null;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------ | -------------- |
| sessionId | string | The session id |
**Returns:**
[CDPSession](./puppeteer.cdpsession.md) \| null
The current CDP session if it exists