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