hi, the work is amazing and useful.
However, it seems that UIAutomationCleint only expose a part of UI Automation C++ APIs, for example, APIs related to Cache and Events are not included. I think these APIs not exposed to Python APIs can improve the performance of the Python program and can keep(cache) temporary results if the content of windows is changing dynamically.
Do you have any comments? If you also agree with me, I will try to add these APIs to this project.
hi, the work is amazing and useful. However, it seems that UIAutomationCleint only expose a part of UI Automation C++ APIs, for example, APIs related to Cache and Events are not included. I think these APIs not exposed to Python APIs can improve the performance of the Python program and can keep(cache) temporary results if the content of windows is changing dynamically.
Do you have any comments? If you also agree with me, I will try to add these APIs to this project.
Thanks