What problem does it solve?
Automating repetitive browser work like navigating sites, filling forms, taking screenshots, and extracting page data without building custom UI test code.
Core Features & Use Cases
- Browser navigation & interaction: Open pages, click, type, fill inputs, select options, and manage tabs to reproduce real user flows.
- State, artifacts, and debugging: Use snapshots, screenshots, PDFs, tracing, and video to understand what happened and capture evidence.
- Advanced scenarios: Persist and restore cookies/localStorage (state save/load), mock or intercept network requests, and run custom Playwright code for conditional logic.
- Use case: Troubleshoot a failing login or form submission by recording steps, inspecting generated snapshots, and then adding targeted network mocks for deterministic behavior.
Quick Start
Open the target site, take a snapshot, fill the form fields using the displayed element references, and submit the form to verify the result.