2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Target](./puppeteer.target.md) > [createCDPSession](./puppeteer.target.createcdpsession.md)
|
|
|
|
|
|
|
|
## Target.createCDPSession() method
|
|
|
|
|
2020-06-22 12:57:04 +00:00
|
|
|
Creates a Chrome Devtools Protocol session attached to the target.
|
|
|
|
|
2020-06-04 14:56:45 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
createCDPSession(): Promise<CDPSession>;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<[CDPSession](./puppeteer.cdpsession.md)<!-- -->>
|
|
|
|
|