Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 424 Bytes

puppeteer.browser.defaultbrowsercontext.md

File metadata and controls

23 lines (15 loc) · 424 Bytes
sidebar_label
Browser.defaultBrowserContext

Browser.defaultBrowserContext() method

Gets the default browser context.

Signature:

class Browser {
  abstract defaultBrowserContext(): BrowserContext;
}

Returns:

BrowserContext

Remarks

The default browser context cannot be closed.