Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 517 Bytes

puppeteer.target.createcdpsession.md

File metadata and controls

17 lines (10 loc) · 517 Bytes

Home > puppeteer > Target > createCDPSession

Target.createCDPSession() method

Creates a Chrome Devtools Protocol session attached to the target.

Signature:

createCDPSession(): Promise<CDPSession>;

Returns:

Promise<CDPSession>