34ff00e2fe
* fix: added parts of website * fix: removed unnecessary lines * fix: updated contributing.md * fix: added parts of sidebar * fix: added all APIs * fix: added version 10.0.0 Co-authored-by: Jack Franklin <jacktfranklin@chromium.org>
25 lines
565 B
Markdown
25 lines
565 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Connection](./puppeteer.connection.md) > [session](./puppeteer.connection.session.md)
|
|
|
|
## Connection.session() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
session(sessionId: string): CDPSession | null;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| sessionId | string | The session id |
|
|
|
|
<b>Returns:</b>
|
|
|
|
[CDPSession](./puppeteer.cdpsession.md) \| null
|
|
|
|
The current CDP session if it exists
|
|
|