Dastavez
Run Workflow
Execute a browser automation workflow
POST
Request
The agent ID to run the workflow on.
Workflow definition.
Input variables for the workflow.
URL for completion webhook.
Step Types
| Action | Description | Parameters |
|---|---|---|
navigate | Go to URL | url |
click | Click element | selector, wait_for |
type | Type text | selector, text, clear |
extract | Extract data | selector, attribute, multiple |
screenshot | Capture screen | full_page, selector |
download | Download file | selector, wait_for |
wait | Wait for element/time | selector, timeout, duration |
login | Authenticate | credentials_key |
conditional | If/else logic | condition, then, else |
loop | Iterate | items, steps |

