Docs/Steps

AI Action (beta)

ai-action (beta) performs a natural-language action that may span several low-level interactions. Use it when the outcome is easy to describe but the click-and-type sequence is not worth pinning down by hand.

yaml
- ai-action: open the user menu and switch to the billing account
Trade-offs
AI actions are flexible but slower and non-deterministic. Prefer explicit steps for critical paths and reserve AI actions for setup work that is not itself under test.