mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
721 B
Markdown
24 lines
721 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: string, text: string, args: JSHandle[], location?: ConsoleMessageLocation);
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| type | string | |
|
||
|
| text | string | |
|
||
|
| args | [JSHandle](./puppeteer.jshandle.md)<!-- -->\[\] | |
|
||
|
| location | ConsoleMessageLocation | |
|
||
|
|