send_actions
Run 1–10 predictable UI actions in one call: click, type, drag, scroll. Actions execute on the remote desktop with optional verification after.
Instructions
PREFERRED multi-step tool: run 1–10 predictable UI actions in one call (click_target, click_xy, type_text, send_keys, drag, scroll). Side effects: all actions execute on the remote desktop; fails fast before sending if any action is invalid. observe_after defaults true (verification observe: text+targets; set observe_image=true for JPEG). Do not batch across unpredictable waits (page loads, installers, modals) — single-step those. Prefer this over chaining solo click/type/keys tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Ordered actions (max 10); click_target needs target_id from latest observe | |
| session_id | Yes | Active session id | |
| observe_after | No | Default true. When true, return a verification observe in the same result | |
| observe_image | No | Default false. When true with observe_after, include verification JPEG unless changed=false |