browse_wait_for
ActiveTool of WingmanProtocol Agent Gateway
Wait for a CSS selector to appear on the current page (for async/SPA pages after a click or navigate, before you snapshot/act). Returns ok once present, else an honest timeout.
Parameters schema
{
"type": "object",
"required": [
"browser_id",
"selector"
],
"properties": {
"selector": {
"type": "string",
"description": "CSS selector to wait for"
},
"browser_id": {
"type": "string",
"description": "from browse_open"
},
"timeout_ms": {
"type": "integer",
"description": "max wait (default 8000)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries