browser_console_messages
Capture and retrieve console messages for automated browser testing using Playwright. Integrates with Cloudflare Workers for streamlined web navigation and interaction.
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"
}