puppeteer/website/versioned_docs/version-9.1.1/puppeteer.connection.session.md
2021-08-10 11:09:48 +01:00

565 B

Home > puppeteer > Connection > session

Connection.session() method

Signature:

session(sessionId: string): CDPSession | null;

Parameters

Parameter Type Description
sessionId string The session id

Returns:

CDPSession | null

The current CDP session if it exists