puppeteer/new-docs/puppeteer.target.createcdpsession.md
Alex Rudenko 7025f1c5ea
docs(new): migrate Target to TSDoc (#6067)
* docs(new): migrate Target to TSDoc

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2020-06-22 14:57:04 +02:00

18 lines
517 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Target](./puppeteer.target.md) &gt; [createCDPSession](./puppeteer.target.createcdpsession.md)
## Target.createCDPSession() method
Creates a Chrome Devtools Protocol session attached to the target.
<b>Signature:</b>
```typescript
createCDPSession(): Promise<CDPSession>;
```
<b>Returns:</b>
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)<!-- -->&gt;