mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
498 B
498 B
sidebar_label |
---|
Connection.fromSession |
Connection.fromSession() method
Signature:
class Connection {
static fromSession(session: CDPSession): Connection | undefined;
}
Parameters
Parameter | Type | Description |
---|---|---|
session | CDPSession |
Returns:
Connection | undefined