0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.consolemessage.text.md

210 B

sidebar_label
ConsoleMessage.text

ConsoleMessage.text() method

The text of the console message.

Signature:

class ConsoleMessage {
  text(): string;
}

Returns:

string