[Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [fromSession](./puppeteer.connection.fromsession.md) ## Connection.fromSession() method Signature: ```typescript static fromSession(session: CDPSession): Connection; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | session | [CDPSession](./puppeteer.cdpsession.md) | | Returns: [Connection](./puppeteer.connection.md)