What problem does it solve? Manually testing web pages, reproducing UI bugs, and diagnosing slow page loads requires repetitive clicking and digging through DevTools panels. This Skill lets an AI agent drive a live Chrome browser directly, capturing snapshots, console logs, network traffic, and performance traces on demand. ## Core Features & Use Cases - Browser Automation: Navigate pages, click elements, fill forms, handle dialogs, and upload files using element UIDs from accessibility snapshots. - Debugging & Inspection: Read console messages, evaluate JavaScript in the page context, and inspect network requests to diagnose failing pages. - Performance Analysis: Record performance traces and analyze Core Web Vitals issues such as LCP delays and layout shifts. - Use Case: A developer reports that a checkout page is slow. The agent opens the page, starts a performance trace with reload, then runs insight analysis to identify the LCP bottleneck and failing network requests. ## Quick Start Open the staging site in Chrome, take a snapshot, click the login button, and report any console errors or failed network requests.