puppeteer/docs/api/puppeteer.connection.createsession.md

26 lines
524 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: Connection.createSession
---
# Connection.createSession() method
**Signature:**
```typescript
class Connection {
createSession(targetInfo: Protocol.Target.TargetInfo): Promise<CDPSession>;
}
```
## Parameters
| Parameter | Type | Description |
| ---------- | -------------------------- | --------------- |
| targetInfo | Protocol.Target.TargetInfo | The target info |
**Returns:**
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)&gt;
The CDP session that is created