yinkaisheng / Python-UIAutomation-for-Windows

🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Apache License 2.0
2.31k stars 462 forks source link

【BUG】TopLevel类的Minimize、Maximize、Restore方法执行成功后,返回值是int类型 #276

Open PlanckLength opened 2 months ago

PlanckLength commented 2 months ago

TopLevel类的Minimize、Maximize、Restore方法执行成功后,返回值是int类型,不是bool类型,希望修正,感谢!

PlanckLength commented 2 months ago

SetActive方法也是同样的问题