14 lines
163 B
Markdown
14 lines
163 B
Markdown
|
---
|
||
|
sidebar_label: BrowserContext.id
|
||
|
---
|
||
|
|
||
|
# BrowserContext.id property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
class BrowserContext {
|
||
|
get id(): string | undefined;
|
||
|
}
|
||
|
```
|