{ "name": "browser_wait_for", "description": "Wait for text to appear or disappear or a specified time to pass", "inputSchema": { "properties": { "text": { "description": "The text to wait for", "type": "string" }, "textGone": { "description": "The text to wait for to disappear", "type": "string" }, "time": { "description": "The time to wait in seconds", "type": "number" } }, "required": null, "type": "object" } }