How to reliably extract Native OS a11y tree?
How can one reliably extract Windows a11y tree, that is not just at the desktop level, but also inside app whatever is rendered as a part of the UI?
More over, I intend to safely interact and manipulate with that tree regardless of its size. I do understand that a11y tree sometimes if too big can hung up the system by blocking thread, but there must be some optimised, reliable, way to retrieve, access, and manipulate the a11y tree?