How to find Automation_Id's using pywinauto?

时间:2019-05-31 11:23:03

标签: python pywinauto

I have java application. I want to find automation_id's for each control. I used print_control_identifiers() and dump_tree(). But, it took lot of time (more that 2 hours).Is there any possible way to get automation_id's within in small time? Also, with my application after clicking on button one window is opened. How can I find automation_id's for this window only?

1 个答案:

答案 0 :(得分:1)

使用Inspect.exe查找任何控件的自动化ID

相关问题