browser_console_messages
Retrieve all console messages from a web page using Playwright MCP, enabling monitoring and debugging of browser activity for automation tasks.
Instructions
Returns all console messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}