← Back to wkappbot-workflow
wkappbot-workflow
★★★
grap -- UI Element Address System (Window + UIA Scope + Web + ADB)
GRAP = Grab Accessible Pattern -- JSON5-extended universal UI element address. {JSON5-window}#AbsTagPath: identifies any Win32/UIA/web/Android element. a11y find outputs verified '# TARGET "grap" [OK] Nms' for direct copy-paste targeting.
user/developer
grappatterna11yuiascopejson5wildcardhwnd
Steps
- [WHAT-IS-GRAP] grap = UI address. Before '#'...
- [WINDOW-PATTERNS] Before '#' -- addressing a...
- [JSON5-SPEC] JSON5-extended grap syntax -- o...
- [SCOPE-CHAIN] After '#' -- UIA element drill...
- [TAB-PORTAL] Browser tab switching built int...
- [WIN32-CHILD] '/' drills Win32 child windows...
- [ANDROID] adb:// prefix routes to Android UI...
- [NODE-TAG] Element label format in CURSOR/TA...
- [ABS-TAG-PATH] Official absolute UIA tag pat...
- [FIND-OUTPUT] 'a11y find <grap>' stdout form...
- [TIPS] Real-world patterns: # Paste & go: co...
- CWD FIELD (2026-05-02): {cwd:'D:/path'} find...
- [MDI-CHILD] (2026-05-02) MDI child windows a...
- [WIN-CLICK-DEPRECATED] (2026-05-02) win-clic...
- STOP-EARLY PATH (MFC/legacy): grap child pat...
- OR COVERAGE-SUM MECHANICS (2026-05-18): ; OR...
- SPECIAL CHAR QUOTING IN FIELD VALUES (2026-0...
- SHELL PARSING BREAKS REGEX VALUES (2026-05-1...
- SHELL BRACE EXPANSION GOTCHA (2026-05-18): {...
- CORRECTION on step 18 (2026-05-18): /regex/...
- CORRECTION (2026-05-18, Codex review): Step...
- OPUS SOURCE REVIEW (2026-05-18): ; OR actual...