Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_find_text_coordinates

Find elements by fuzzy text search across all frames and shadow DOMs, returning bounding box coordinates for clicking or spatial validation.

Instructions

Find elements matching a fuzzy text string and return their bounding boxes and text content. This is a crucial fallback when the AX tree is broken or an element lacks semantic meaning. Automatically searches across all frames and penetrates shadow DOMs using the Puppeteer ::-p-text() engine.

You can use the returned coordinates with validate_spatial_coordinate or coordinate_click.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text to search for (case-insensitive fuzzy match)
timeoutMsNoWait this many ms for the text to appear (default: 0 = instant check)
visibleOnlyNoOnly return visible elements (default: true)

Latest Blog Posts

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/funkyfunc/browser-dvr-mcp'

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