puppeteer/website/versioned_docs/version-9.1.1/puppeteer.target.createcdpsession.md
2021-08-10 11:09:48 +01:00

492 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>