What problem does it solve?
This Skill removes the repetitive, error-prone work of manual web navigation, form filling, screenshot capture, and ad-hoc data extraction by providing a persistent, scriptable browser CLI and Python interface that can maintain session state across steps.
Core Features & Use Cases
- Persistent Browser Sessions: Keep browsers and Python variables alive across multiple commands and tasks to support multi-step workflows and sequential automation.
- Element Indexing & Interaction: Inspect page state to get clickable element indices, then perform clicks, typing, selection, and keyboard events deterministically.
- Profiles, Cookies & Remote Agents: Use local Chrome profiles or cloud remote browsers, sync cookies for authenticated browsing, run parallel cloud agents for research or automated testing, and capture screenshots or structured outputs for reporting.
- Use Case: Run end-to-end QA that logs into a site with a synced profile, navigates to a page, fills a form, takes a full-page screenshot, and extracts specific fields into JSON.
Quick Start
Open the site with browser-use using the appropriate browser mode and profile, run state to find element indices, interact with elements to complete the flow, and then extract the text or take a screenshot.