execute_action_tool
Execute a single browser action (click, type, select, navigate, scroll, wait) and follow up with scouting to inspect the result.
Instructions
Perform a single interaction in the live browser session.
Supports clicking, typing, selecting, navigating, scrolling, and waiting. Always scout after executing an action to observe the result.
Args: session_id: Active session ID. action: The action to perform. selector: CSS selector of the target element. Required for click, type, select, hover, clear, upload_file. value: Text to type, option to select, URL to navigate to, key to press, wait duration, or file path to upload. frame_context: Iframe selector path for the target element. Use 'main' or omit for top-level. wait_after: Milliseconds to wait after action completes. Default: 500.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| action | Yes | ||
| selector | No | ||
| value | No | ||
| frame_context | No | ||
| wait_after | No |