Skip to content
SpaceSquare edited this page Aug 3, 2026 · 1 revision

繁體中文:Macros-zh-TW

Macros (multi-step actions)

Pick "Macro (multi-step)" as the action to chain several steps together instead of one:

  • Click / Double-click — pick a target image on screen (like the trigger step); the macro re-locates it fresh at run time and clicks it.
  • Wait for image — pause until a target image appears (e.g. wait for the next screen to load) before continuing.
  • Press key / Type text — same as the single-step actions.

Each step has a delay-before, and the target-locating steps (click, double-click, wait for image) have a timeout and retry count — if the target still isn't found after retrying, the macro aborts (by default) and reports a rule_error you'll see in the activity log; this can be changed to skip that step instead by editing "onTimeout": "skip" directly in rules.json (not yet exposed as a toggle in the editor UI).

Back to Using the App.

Clone this wiki locally