8a099a0c2c
The former is not understood by TSDoc.
25 lines
691 B
Markdown
25 lines
691 B
Markdown
<!-- 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 | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<[CDPSession](./puppeteer.cdpsession.md)<!-- -->>
|
|
|
|
{<!-- -->!Promise<!-- --><<!-- -->!CDPSession<!-- -->><!-- -->}
|
|
|