puppeteer/new-docs/puppeteer.connection.session.md
Jack Franklin 8a099a0c2c
docs: replace @return with @returns (#6006)
The former is not understood by TSDoc.
2020-06-12 12:38:24 +02:00

25 lines
568 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Connection](./puppeteer.connection.md) &gt; [session](./puppeteer.connection.session.md)
## Connection.session() method
<b>Signature:</b>
```typescript
session(sessionId: string): CDPSession | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sessionId | string | |
<b>Returns:</b>
[CDPSession](./puppeteer.cdpsession.md) \| null
{<!-- -->?CDPSession<!-- -->}