7025f1c5ea
* docs(new): migrate Target to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
517 B
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>