mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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>