Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 568 Bytes

puppeteer.connection.session.md

File metadata and controls

24 lines (14 loc) · 568 Bytes

Home > puppeteer > Connection > session

Connection.session() method

Signature:

session(sessionId: string): CDPSession | null;

Parameters

Parameter Type Description
sessionId string

Returns:

CDPSession | null

{?CDPSession}