| summary | Index of Peekaboo CLI command docs | ||
|---|---|---|---|
| read_when |
|
All 33 current root commands have one page here:
- Core:
bridge,capture,clean,completions,config,daemon,learn,permissions,screen,tools. - Interaction:
action,click,drag,move,paste,press,scroll,set-value,type. - System:
app,clipboard,dialog,dock,menu,menubar,space,visualizer,window. - Vision, AI, and MCP:
see,verify,agent,browser,mcp.
Reference tips
- Each command page lists flags, examples, and troubleshooting. For common pitfalls (permissions, focus, window targeting), see the “Common troubleshooting” section below.
- Background/foreground issues — input commands use background delivery when they can resolve a target process. Element/query clicks can use Accessibility actions. Grant Event Synthesizing for synthetic keyboard/pointer input;
--foregroundonly opts into intentional shared input and does not bypass that permission. - Element not found — run
peekaboo see --annotateto verify AX labels/roles. Background coordinate clicks require a fresh exact-window snapshot plus--window-id; use--foregroundonly for intentional shared-pointer fallback. - Permission errors — re-run
peekaboo permissions grantand restart affected apps if dialogs persist. - Slow or flaky automation — tune
--quiet/--heartbeatfor capture/live commands; for input commands use--delaywhere available or/bin/sleepbetween shell invocations.