23 lines
646 B
Markdown
23 lines
646 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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 | |
|
||
|
|