wkappbot-core
★☆☆
a11y type/invoke: parent window falsely detected as blocker on elevated dialogs
When a11y type reports blocker persists and aborts, check if the blocker IS the parent of the target. Parent windows are containers, not obstructions. Fix: use --sudo. IsAncestorWindow check fires and skips the abort.
Steps
- When 'a11y type' aborts with 'blocker persis...
- Workaround: re-run the same command with --s...
- Long-term fix: walk the UIA tree and confirm...