Browser Use
Installation
SKILL.md
Browser Automation with browser-use CLI
Core Workflows
Workflow 1: Page Interaction
- Navigate to URL with
browser-use open - Inspect elements with
browser-use state - Interact using element indices (click, type, select)
- Verify result with state or screenshot
Workflow 2: Form Filling
- Open target page
- Get element indices via state
- Fill each field using
browser-use input - Submit and verify success