Supported actions
click: click a target element.fill: enter text into a text field or textarea.shortcut: send keyboard shortcuts (for examplecmd+c,ctrl+shift+t).
Inputs
elementID(required forclickandfill): element ID from Get Active App Context output.text(required forfill): value to insert in the target input.shortcut(required forshortcut): shortcut string.windowID(optional): target a specific window (pid/title) instead of the active one.
Notes
- Element IDs expire with UI changes and session timing. Re-read context if an element is no longer valid.
- For background window targeting, use the same
windowIDacross context read and perform steps.