What problem does it solve?
Static code analysis cannot detect runtime browser issues like DOM rendering errors, silent console warnings, failed network requests, layout shifts, or visual mismatches that only appear when the application runs in a real browser environment.
Core Features & Use Cases
- Live Browser Inspection: View real-time DOM structure, computed styles, and accessibility tree to diagnose rendering and styling issues.
- Runtime Error Detection: Capture console errors, warnings, and logs to identify uncaught exceptions and deprecation issues.
- Network & Performance Analysis: Monitor API requests, response payloads, and Core Web Vitals metrics to debug backend integration and performance bottlenecks.
- Use Case: When a user reports a button that looks correct in code but is unresponsive in the browser, use this skill to inspect the element's event listeners, check for console errors, and verify the network request is firing correctly.
Quick Start
Use the browser-testing-with-devtools skill to inspect the DOM and console logs for the checkout page at http://localhost:3000/checkout to diagnose why the submit button is not responding to clicks.