15 lines
252 B
Markdown
15 lines
252 B
Markdown
---
|
|
sidebar_label: CDPSession.connection
|
|
---
|
|
# CDPSession.connection() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class CDPSession {connection(): Connection | undefined;}
|
|
```
|
|
**Returns:**
|
|
|
|
[Connection](./puppeteer.connection.md) \| undefined
|
|
|