What problem does it solve?
This Skill clears orphaned chromedriver and headless Chrome processes that remain after failed or interrupted Selenium runs, preventing resource exhaustion, sluggish machines, and repeated browser automation failures.
Core Features & Use Cases
- Process Cleanup: Counts and force-terminates leftover chromedriver.exe and chrome.exe processes from test automation runs.
- Test Recovery: Helps recover from mass Selenium failures such as Connection reset errors and TimeoutException issues tied to Chrome DevTools connections.
- Workspace Reset: Removes locked frontend test output so acceptance test runs can start cleanly after a crash or forced stop.
- Use Case: When frontend acceptance tests suddenly start failing across the board after a previous interrupted run, use this Skill to clean stale browser processes before rerunning the suite.
Quick Start
Ask the AI to use the cleanup-chrome skill to count and kill orphaned Chrome and chromedriver processes before rerunning your Selenium or frontend acceptance tests.