puppeteer/docs/api/puppeteer.browsercontext.id.md
2022-10-19 08:30:57 +00:00

14 lines
163 B
Markdown

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