Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 185 Bytes

puppeteer.cdpsession.id.md

File metadata and controls

19 lines (13 loc) · 185 Bytes
sidebar_label
CDPSession.id

CDPSession.id() method

Returns the session's id.

Signature:

class CDPSession {
  id(): string;
}

Returns:

string