mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
823 B
Markdown
24 lines
823 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessage](./puppeteer.consolemessage.md) > [(constructor)](./puppeteer.consolemessage._constructor_.md)
|
|
|
|
## ConsoleMessage.(constructor)
|
|
|
|
Constructs a new instance of the `ConsoleMessage` class
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
constructor(type: ConsoleMessageType, text: string, args: JSHandle[], location?: ConsoleMessageLocation);
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | [ConsoleMessageType](./puppeteer.consolemessagetype.md) | |
|
|
| text | string | |
|
|
| args | [JSHandle](./puppeteer.jshandle.md)<!-- -->\[\] | |
|
|
| location | [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) | |
|
|
|