What problem does it solve?
Manual browser testing is slow and error-prone. Verifying deployments, testing user flows, and capturing visual evidence requires switching between tools and contexts. This skill eliminates that friction by providing a persistent headless browser that navigates, interacts, and captures state in milliseconds.
Core Features & Use Cases
- Persistent Browser Sessions: Maintains cookies, tabs, and login state across commands for realistic multi-step testing.
- Visual & DOM Inspection: Take annotated screenshots, diff page states, inspect CSS cascades via CDP, and extract structured data from any URL.
- Interaction & Assertions: Click elements, fill forms, handle dialogs, and assert element states (visible, enabled, checked) to validate user flows end-to-end.
- Use Case: A developer can verify a deployment by navigating to the staging environment, snapshotting interactive elements, clicking through a login flow, and capturing a before/after diff to confirm the feature works.
Quick Start
Use the browse skill to navigate to your application URL, capture an interactive snapshot of the page elements, and take an annotated screenshot to verify the current state.