17 lines
195 B
Markdown
17 lines
195 B
Markdown
---
|
|
sidebar_label: CDPSession.id
|
|
---
|
|
# CDPSession.id() method
|
|
|
|
Returns the session's id.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class CDPSession {id(): string;}
|
|
```
|
|
**Returns:**
|
|
|
|
string
|
|
|