Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 164 Bytes

puppeteer.browsercontext.id.md

File metadata and controls

13 lines (10 loc) · 164 Bytes
sidebar_label
BrowserContext.id

BrowserContext.id property

Signature:

class BrowserContext {
  get id(): string | undefined;
}