Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 577 Bytes

puppeteer.browser._createpageincontext.md

File metadata and controls

22 lines (13 loc) · 577 Bytes

Home > puppeteer > Browser > _createPageInContext

Browser._createPageInContext() method

Signature:

_createPageInContext(contextId?: string): Promise<Page>;

Parameters

Parameter Type Description
contextId string

Returns:

Promise<Page>