Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 692 Bytes

puppeteer.browsercontext._constructor_.md

File metadata and controls

22 lines (14 loc) · 692 Bytes

Home > puppeteer > BrowserContext > (constructor)

BrowserContext.(constructor)

Constructs a new instance of the BrowserContext class

Signature:

constructor(connection: Connection, browser: Browser, contextId?: string);

Parameters

Parameter Type Description
connection Connection
browser Browser
contextId string