Quick Start
1. Launch the editor
2. Build your first scenario
- Enter a Scenario name in the toolbar
- Drag a node from the Nodes panel (left) into Steps, or double-click to append
- Select a step to edit its properties in the center panel
- Press Save (Cmd+S) to write the YAML file
- Press Run (F5) to execute
3. Write YAML directly
robost scenarios are plain YAML. Create hello.yaml:
Run it:
4. Use variables
name: with_variables
variables:
target_app: "Notepad"
steps:
- wait_window:
title_contains: "{{ target_app }}"
timeout_ms: 10000
- type: "Automated by robost"
5. Capture a template image
- Open the target application
- Launch
robost-snipfrom the tray orcargo run -p robost-snip - Press Ctrl+Shift+C to freeze the screen
- Draw a rectangle around the UI element
- The template PNG is saved to your project folder