<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [createSession](./puppeteer.connection.createsession.md) ## Connection.createSession() method <b>Signature:</b> ```typescript createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | targetInfo | Protocol.Target.TargetInfo | The target info | <b>Returns:</b> Promise<[CDPSession](./puppeteer.cdpsession.md)> The CDP session that is created