[Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [createSession](./puppeteer.connection.createsession.md)
## Connection.createSession() method
Signature:
```typescript
createSession(targetInfo: Protocol.Target.TargetInfo): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| targetInfo | Protocol.Target.TargetInfo | |
Returns:
Promise<[CDPSession](./puppeteer.cdpsession.md)>
{!Promise<!CDPSession>}