Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 416 Bytes

puppeteer.connection.session.md

File metadata and controls

25 lines (17 loc) · 416 Bytes
sidebar_label
Connection.session

Connection.session() method

Signature:

class Connection {
  session(sessionId: string): CDPSession | null;
}

Parameters

Parameter Type Description
sessionId string The session id

Returns:

CDPSession | null

The current CDP session if it exists