get_dom_mutation_delta
Diffs ARIA trees before and after an action, returning added and removed elements to show exactly what changed without full DOM dumps.
Instructions
Diffs the ARIA tree before and after a specific action. Returns added and removed elements so the agent sees exactly what changed without comparing two full DOM dumps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from | |
| action_index | Yes | Index of the action to diff (0-based, from get_action_timeline) |