Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 339 Bytes

puppeteer.browser.defaultbrowsercontext.md

File metadata and controls

19 lines (13 loc) · 339 Bytes
sidebar_label
Browser.defaultBrowserContext

Browser.defaultBrowserContext() method

Returns the default browser context. The default browser context cannot be closed.

Signature:

class Browser {
  defaultBrowserContext(): BrowserContext;
}

Returns:

BrowserContext