Run & Fix
Execute recorded tracks locally with optional AI-powered error recovery.
Run
Execute a recorded track exactly as captured.
inverseui run <track_id>Track ID is from your recording URL (e.g., inverseui.com/track/abc123)
Options
--headlessNo visible browser window--timeout <seconds>Custom action timeout (default: 30s)Chrome Profile
The CLI copies your Chrome profile to ~/.inverseui/chrome-data on first run. All your existing logins are preserved.
Fix
Run with automatic error recovery. If an action fails, it analyzes the issue and retries with a fix.
inverseui fix <track_id>Options
--productionLonger timeouts for slow networks--max-retries <n>Max fix attempts (default: 3)What It Fixes
- Element not found → updates selectors
- Timing issues → adds waits for dynamic content
- Page navigation → handles redirects
- Modal dialogs → handles popups and overlays
inverseui run
Runs exactly as recorded. Fails on errors.
inverseui fix
Auto-recovers from errors.