BrowserContext.newPage() method
Creates a new page in the browser context.
Signature:
class BrowserContext {
newPage(): Promise<Page>;
}
Returns:
Promise<Page>
Creates a new page in the browser context.
Signature:
class BrowserContext {
newPage(): Promise<Page>;
}
Returns:
Promise<Page>