Python-UIAutomation-for-Windows
Python-UIAutomation-for-Windows copied to clipboard
怎么查找一组按钮呢
trafficstars
openButtonList = layout.ButtonControl(searchDepth=7, Name="打开")
只返回了第一个button信息,有什么方法可以返回一组吗