Skip to main content
Version: 20.9.0

Page.browserContext() method

Get the browser context that the page belongs to.

Signature:

class Page {
browserContext(): BrowserContext;
}

Returns:

BrowserContext