puppeteer/docs/api/puppeteer.connection.session.md

26 lines
416 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Connection.session
---
# Connection.session() method
#### Signature:
2022-07-05 13:41:43 +00:00
```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