act lets the agent decide which clicks, types, and waits are needed to reach
goal. The agent reads the page on every iteration and stops when the goal is
met or the budget is exhausted. For deterministic interactions, prefer explicit
commands like click and type.
Parameters
Shorthand
Write a multi-word bare goal string inside a step list. Momentic reads it as AI action V3.act: form when it saves the test. Set
advanced.aiActionShorthand
to true to write eligible multi-word V3 goals in the bare form. One-word goals
remain under act:, registered web bare commands such as refresh keep their
command meaning, and unknown one-word bare strings are rejected.