electron-playwright-cli
Installation
SKILL.md
Electron App Automation with electron-playwright-cli
Quick start
# take a snapshot of the running electron app (launches via config on first command)
electron-playwright-cli snapshot
# interact with the page using refs from the snapshot
electron-playwright-cli click e15
electron-playwright-cli type "search query"
electron-playwright-cli press Enter
Configuration
Create .playwright/cli.config.json in your project root: