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