Playwright Debugging Overview Browser automation failures fall into predictable categories. This skill provides a systematic approach to diagnose and fix issues quickly. When to Use - Scripts that worked before now fail - Intermittent test failures (flakiness) - "Element not found" errors - Timeout errors - Unexpected behavior in automation - Elements not interactable When NOT to use: - Writing new automation (use playwright-patterns skill) - API or backend debugging Quick Reference | Problem | First Action | |---------|-------------| | Timeout on locator | Run with mode, check element state…