puppeteer/new-docs/puppeteer.page._constructor_.md

23 lines
646 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Page](./puppeteer.page.md) &gt; [(constructor)](./puppeteer.page._constructor_.md)
## Page.(constructor)
Constructs a new instance of the `Page` class
<b>Signature:</b>
```typescript
constructor(client: CDPSession, target: Target, ignoreHTTPSErrors: boolean);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |
| target | [Target](./puppeteer.target.md) | |
| ignoreHTTPSErrors | boolean | |