puppeteer/docs/api/puppeteer.cdpsession.connection.md
2022-07-05 15:41:43 +02:00

18 lines
243 B
Markdown

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