95d77c679c
Reverts puppeteer/puppeteer#9152
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;
|
|
}
|
|
```
|