Playwright Interactive Purpose Use this skill to run fast, persistent browser or Electron debugging through . It keeps Playwright handles alive across iterations, which makes functional and visual QA faster than repeatedly launching new browser sessions. Preconditions - must be enabled before the session starts. - Playwright must be installed in the target workspace. - Start from the same project directory you need to debug. - Use sandbox settings that allow Playwright and headed browser interaction. - Treat as recovery only because it destroys live handles. Workflow 1. Build a QA inventory f…