← Back to wkappbot
wkappbot ★★☆

a11y close safety: ambiguity + focus-node diagnostics

Close action defaults: multi-match without narrower -> abort with candidate list (like a11y find); after WM_CLOSE if target still alive at 500ms -> dump UIA focused element so the blocker is visible

user/developer
a11yclosesafetydiagnosticsfocus

Steps

  1. Ambiguity guard: close detects grap matching...
  2. Never hardcode critical-process list (Code/c...
  3. LogCurrentFocusNode helper dumps UIA focused...
  4. Place focus-node logging at both UIA WindowP...
  5. [DEV] Implementation: csharp/src/WKAppBot.CL...
  6. Verified 2026-04-22: test-a11y-close-all.sh...
  7. [v6.3+] close/minimize QuickMode: a11y close...