18 lines
381 B
Markdown
18 lines
381 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessage](./puppeteer.consolemessage.md) > [text](./puppeteer.consolemessage.text.md)
|
|
|
|
## ConsoleMessage.text() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
text(): string;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
string
|
|
|
|
The text of the console message.
|
|
|