Execute a browser automation workflow
Documentation Index
Fetch the complete documentation index at: https://docs.rotavision.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |