What problem does it solve?
This Skill provides a reliable, repeatable way to execute real browser interactions on the local machine instead of relying on ad hoc commands or brittle one-off automation. It solves session continuity, manual login handoff, interactive inspection, and precise element-based actions so workflows that require headed browsing or site-specific debugging complete predictably.
Core Features & Use Cases
- Named session management: Open, reuse, and close persistent sessions to maintain cookies and authentication across steps.
- State-first workflow: Always read structured page state as the source of truth before and after actions to avoid guessing element indices.
- Deterministic actions: Use click, input, upload, and eval for indexed interactions, file uploads, and complex editor manipulation.
- Headed browsing & user handoff: Support manual login and visual confirmation by running headed sessions and resuming automation afterward.
- Troubleshooting patterns: Prefer direct URL opens, re-check state after transitions, and use eval to discover hidden links or interact with custom editors.
Quick Start
Open a headed session named demo at the target URL, have the user complete login if needed, then resume the session and read the JSON state to continue.