wait_for_browser_feedback
Blocks until a user submits feedback from the browser widget, returning screenshot, element info, console logs, and description so you can act on it.
Instructions
Wait for feedback from the browser widget. Blocks until user submits feedback. Returns screenshot, element info, console logs, and description. IMPORTANT: After receiving feedback, DO NOT call this tool again. Instead, analyze the feedback and take action (fix bugs, make changes, etc.). Only call this tool again if the user explicitly asks for more feedback or you need to verify your fix worked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_seconds | No | Maximum time to wait for feedback (default: 300 seconds / 5 minutes) |