This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
ConsoleMessage
Caution
This API is a work in progress. Some of the following functionalities might behave unexpectedly.
Supported APIs
| Method | Description |
|---|---|
| args() | List of arguments passed to a console function call. |
| page() | The page that produced this console message. |
| text() | The text of the console message. |
| type() | The type of the console message. For example: log, or debug. |


