puppeteer/docs/api/puppeteer.browsercontext.id.md

14 lines
163 B
Markdown
Raw Normal View History

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