Action File Schema
Action Types:
• click — Simulate button/link click. Target: CSS selector.
• input — Type value into field. Target: CSS selector. Value: text to enter.
• select — Choose dropdown option. Target: selector. Value: option value.
• toggle — Toggle switch/checkbox. Target: CSS selector.
• scroll — Scroll to element. Target: CSS selector.
• wait — Pause execution. Value: milliseconds.
• assert — Verify element state. Target: selector. Expect: condition.
Expect Conditions:
• visible:#selector — Element is visible
• hidden:#selector — Element is hidden
• text:#selector=value — Element contains text
• count:.class>N — N+ matching elements
• url:contains=/path — URL matches pattern
• status:200 — HTTP response status