Skip to main content

BrowserContext.newPage() method

Creates a new page in the browser context.

Signature:

newPage(): Promise<Page>;

Returns:

Promise<Page>