browser_workflow_run
Replay a saved browser workflow with self-healing selectors and optional continuation on error. Returns per-step results including total and passed steps.
Instructions
Replay a saved workflow. Returns {status, stepsTotal, stepsPassed, results:[per-step envelope]}. Steps with cached selectors run first; on selector miss, falls back to role+name self-healing and updates the cache. Stops at first failure unless continueOnError=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| origin | No | ||
| continueOnError | No | ||
| stepDelayMs | No | Sleep between steps (helps flaky pages). |