2020-06-04 14:56:45 +00:00
|
|
|
<!-- 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 |
|
|
|
|
| --- | --- | --- |
|
2020-06-12 10:38:24 +00:00
|
|
|
| targetInfo | Protocol.Target.TargetInfo | |
|
2020-06-04 14:56:45 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
Promise<[CDPSession](./puppeteer.cdpsession.md)<!-- -->>
|
|
|
|
|
2020-06-12 10:38:24 +00:00
|
|
|
{<!-- -->!Promise<!-- --><<!-- -->!CDPSession<!-- -->><!-- -->}
|
|
|
|
|