mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8a099a0c2c
The former is not understood by TSDoc.
568 B
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}