Skip to main content
Glama

Browser Use Server

by ztobs

get_console_logs

Retrieve webpage console logs for debugging or analysis by providing the URL and specifying post-load actions like clicks or form submissions using the Browser Use Server.

Instructions

Get the console logs of a webpage

Input Schema

NameRequiredDescriptionDefault
stepsNoComma-separated actions or sentences describing steps to take after page load (e.g., "click #submit, scroll down" or "Fill the login form and submit")
urlYesThe URL to navigate to

Input Schema (JSON Schema)

{ "properties": { "steps": { "description": "Comma-separated actions or sentences describing steps to take after page load (e.g., \"click #submit, scroll down\" or \"Fill the login form and submit\")", "type": "string" }, "url": { "description": "The URL to navigate to", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Browser Use Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ztobs/cline-browser-use-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server