Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 753 Bytes

puppeteer.framemanager._constructor_.md

File metadata and controls

23 lines (15 loc) · 753 Bytes

Home > puppeteer > FrameManager > (constructor)

FrameManager.(constructor)

Constructs a new instance of the FrameManager class

Signature:

constructor(client: CDPSession, page: Page, ignoreHTTPSErrors: boolean, timeoutSettings: TimeoutSettings);

Parameters

Parameter Type Description
client CDPSession
page Page
ignoreHTTPSErrors boolean
timeoutSettings TimeoutSettings