[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameManager](./puppeteer.framemanager.md) > [(constructor)](./puppeteer.framemanager._constructor_.md) ## FrameManager.(constructor) Constructs a new instance of the `FrameManager` class Signature: ```typescript constructor(client: CDPSession, page: Page, ignoreHTTPSErrors: boolean, timeoutSettings: TimeoutSettings); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | client | [CDPSession](./puppeteer.cdpsession.md) | | | page | [Page](./puppeteer.page.md) | | | ignoreHTTPSErrors | boolean | | | timeoutSettings | TimeoutSettings | |