What problem does it solve?
This Skill eliminates manual, error-prone web interactions by providing a CLI-driven, persistent browser automation interface that speeds up testing, form filling, screenshot capture, and data extraction across both local and cloud contexts.
Core Features & Use Cases
- Fast, persistent sessions: A background daemon keeps browsers open across commands for low-latency interactions.
- Element discovery and interaction: State inspection returns indexed clickable elements so agents can click, input, hover, and upload reliably.
- Multiple modes and isolation: Support for headless/headed modes, connecting to the user's Chrome profile, cloud browsers, and isolated named sessions via --session.
- Advanced control via CDP: A python CDP bridge exposes raw DevTools access for tab activation, network interception, emulation, and cookie management.
- Tunneling and cloud APIs: Built-in tunnel tooling and cloud provisioning support scraping and exposing local dev servers securely.
Quick Start
Open a URL with the browser-use CLI, run state to discover interactive elements, use indexed interactions to complete tasks, and take a screenshot to confirm the result.