Skip to main content
Version: Next

Connection.session() method

Signature:

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

Parameters

ParameterTypeDescription
sessionIdstringThe session id

Returns:

CDPSession | null

The current CDP session if it exists