What problem does it solve?
Automates browser interactions to perform web testing, form filling, data extraction, and screenshots. This Skill helps automate repetitive browser tasks, reduces manual clicks, and ensures consistent results across sessions.
Core Features & Use Cases
- Automated navigation and interaction: Open pages, inspect elements, click, type, and capture screenshots.
- Data extraction: Retrieve visible text and values for analysis or archival purposes.
- Form automation and testing: Fill fields, submit forms, and verify responses across multi-step flows.
- Multi-session support: Manage multiple browser sessions or profiles to test across different contexts.
Quick Start
Use the browser-use skill to open a site, inspect elements, and perform interactions. Example:
- browser-use open https://example.com
- browser-use state
- browser-use click 0
- browser-use type "Sample text"
- browser-use screenshot