# Browser Testing with DevTools

> Chrome DevTools MCP for real-browser evidence

**Subcategory:** Debugging  
**License:** MIT  
**Source:** https://github.com/addyosmani/agent-skills/blob/main/skills/browser-testing-with-devtools/SKILL.md

---

## When it is useful

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

## The Catch

Requires the chrome-devtools MCP server. Without it, this is a prompt, not a browser.
