Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 318 Bytes

puppeteer.page.createcdpsession.md

File metadata and controls

19 lines (13 loc) · 318 Bytes
sidebar_label
Page.createCDPSession

Page.createCDPSession() method

Creates a Chrome Devtools Protocol session attached to the page.

Signature:

class Page {
  abstract createCDPSession(): Promise<CDPSession>;
}

Returns:

Promise<CDPSession>