query_all
InactiveTool of sncro
Query all matching DOM elements by CSS selector. Returns a summary of each matching element (tag, id, class, bounding rect, inner text). Useful for checking lists, grids, or multiple instances of a component. Requires a connected browser session. If you get BROWSER_NOT_CONNECTED, call check_session first and wait for "connected" status. Args: key: The sncro session key secret: The session secret from create_session selector: CSS selector limit: Max elements to return (default 20)
Parameters schema
{
"type": "object",
"title": "query_allArguments",
"required": [
"key",
"secret",
"selector"
],
"properties": {
"key": {
"type": "string",
"title": "Key"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 20
},
"secret": {
"type": "string",
"title": "Secret"
},
"selector": {
"type": "string",
"title": "Selector"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
sncro
https://github.com/scottconfusedgorilla/sncro-relay
2/7 registries