Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 285 Bytes

puppeteer.page.browsercontext.md

File metadata and controls

19 lines (13 loc) · 285 Bytes
sidebar_label
Page.browserContext

Page.browserContext() method

Get the browser context that the page belongs to.

Signature:

class Page {
  abstract browserContext(): BrowserContext;
}

Returns:

BrowserContext