puppeteer/website/versioned_docs/version-22.6.3/api/puppeteer.connection.createsession.md
release-please[bot] a63b8305ac
chore: release main (#12190)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-05 13:11:52 +00:00

49 lines
557 B
Markdown

---
sidebar_label: Connection.createSession
---
# Connection.createSession() method
#### Signature:
```typescript
class Connection {
createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
targetInfo
</td><td>
Protocol.Target.TargetInfo
</td><td>
The target info
</td></tr>
</tbody></table>
**Returns:**
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)&gt;
The CDP session that is created