puppeteer/new-docs/puppeteer.connection.session.md
Jack Franklin 8a099a0c2c
docs: replace @return with @returns (#6006)
The former is not understood by TSDoc.
2020-06-12 12:38:24 +02:00

568 B

Home > puppeteer > Connection > session

Connection.session() method

Signature:

session(sessionId: string): CDPSession | null;

Parameters

Parameter Type Description
sessionId string

Returns:

CDPSession | null

{?CDPSession}