flow.run_script
Automate mobile UI testing by running a JSON flow DSL over Appium sessions for actions like wait, tap, type, assert, swipe, and evidence collection.
Instructions
[approval required][device mutation][risk:dangerous] Run a high-level JSON flow DSL over an Appium session: waitText, tapText, type, assertText, observe, collectEvidence, back, swipe, checkpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| prefix | No | ||
| delayMs | No | ||
| testName | No | ||
| serverUrl | No | ||
| sessionId | Yes | ||
| stopOnFailure | No |