puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.cdpsession.connection.md
2022-10-06 12:22:55 +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