What problem does it solve?
This Skill removes manual browser work by enabling programmatic navigation, interaction, and data extraction so teams can test web applications, fill forms, capture screenshots, and scrape content reproducibly.
Core Features & Use Cases
- Interactive browser control: Open browsers, navigate pages, click, type, press keys, manage tabs, and resize viewports.
- Data capture & testing: Take snapshots and screenshots, generate Playwright test code, record traces and videos for debugging and audit.
- Advanced workflows: Named sessions, persistent profiles, storage-state save/load, request mocking and route interception, run arbitrary Playwright code, and snapshot-based element referencing with guarded authentication handling.
- Use Case: Automate a multi-tab scraping workflow that uses persistent sessions, mocks API responses for deterministic tests, records a trace for debugging, and exports extracted data.
Quick Start
Ask the agent to open a browser to https://example.com, take a snapshot, extract visible text and elements, and then close the browser.