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

517 B

Home > puppeteer > Target > createCDPSession

Target.createCDPSession() method

Creates a Chrome Devtools Protocol session attached to the target.

Signature:

createCDPSession(): Promise<CDPSession>;

Returns:

Promise<CDPSession>