What problem does it solve?
Peekaboo removes the need for fragile, manual UI clicking by letting you capture the screen and target the right UI elements reliably for automated interaction on macOS.
Core Features & Use Cases
- Screen capture & inspection: Capture screens or regions, annotate results, and use the snapshot cache to target elements deterministically.
- UI element interaction: Click, drag, scroll, swipe, type, press keys, and trigger hotkeys against identified UI elements.
- App/window/menus control: Launch, manage windows and Spaces, and navigate menus, Dock, and menubar items for end-to-end workflows.
- Vision mapping for targeting: Use visual maps from snapshots to find elements like buttons, fields, or menus before you act.
Quick Start
Run peekaboo permissions, then capture and inspect the target screen with peekaboo see --app Safari --window-title "Login" --annotate --path /tmp/see.png so you can click the identified element and type credentials safely.