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