puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.cdpsession.connection.md
2022-10-14 14:54:46 +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