puppeteer/docs/api/puppeteer.target.createcdpsession.md

20 lines
326 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Target.createCDPSession
---
# Target.createCDPSession() method
Creates a Chrome Devtools Protocol session attached to the target.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class Target {
abstract createCDPSession(): Promise<CDPSession>;
2022-07-05 13:41:43 +00:00
}
```
**Returns:**
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)&gt;