What is playwright-debugging?
Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues Source: ed3dai/ed3d-plugins.
Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues
Quickly install playwright-debugging AI skill to your development environment via command line
Source: ed3dai/ed3d-plugins.
Browser automation failures fall into predictable categories. This skill provides a systematic approach to diagnose and fix issues quickly.
| Timeout on locator | Run with --ui mode, check element state with .count(), .isVisible() | | Flaky test (passes sometimes) | Replace waitForTimeout() with condition-based waits | | "Element not visible" | Check computed styles, wait for overlays to disappear | | Works locally, fails CI | Use waitForLoadState('networkidle'), increase timeout |
| Element not clickable | Check if covered by overlay, wait for animations to complete | | Stale element | Re-query after navigation instead of storing locator |
Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues Source: ed3dai/ed3d-plugins.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ed3dai/ed3d-plugins --skill playwright-debuggingUse when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues Source: ed3dai/ed3d-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ed3dai/ed3d-plugins --skill playwright-debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ed3dai/ed3d-plugins