What problem does it solve?
Manually navigating, testing, scraping, or debugging web pages is slow, error-prone, and difficult to replicate consistently, especially when working with shared live browser sessions for collaborative troubleshooting.
Core Features & Use Cases
- Automated Browser Workflows: Navigate pages, click elements, fill forms, scrape content, take screenshots, and run end-to-end web tests using the Playwright backend for headless Chromium.
- Web Debugging & Inspection: Analyze network traffic, console logs, DOM structure, and performance metrics (including Core Web Vitals) via the Chrome DevTools backend for deep page diagnostics.
- Shared Browser Co-working: Attach to a live browser session a human has open for real-time collaborative work without launching a new browser instance. For example, a developer can use this skill to automatically test a new feature's user flow, debug a slow page load by reviewing network traces, or join a colleague's open browser to troubleshoot an issue together in real time.
Quick Start
Use the browser skill to navigate to your team's internal project dashboard, scrape the list of active high-priority tickets, and save the extracted data to a local CSV file.