yinkaisheng / UIAutomationClient

the C++ source code of Python UIAutomation for Windows(https://github.com/yinkaisheng/Python-UIAutomation-for-Windows)
Apache License 2.0
59 stars 30 forks source link

Expose more UI Automation Python APIs #1

Open rainkin1993 opened 6 years ago

rainkin1993 commented 6 years ago

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

yinkaisheng commented 6 years ago

OK. You can pull requests.