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