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.5k stars 477 forks source link

fix GetEditText TypeError #282

Closed Limour-dev closed 3 months ago

Limour-dev commented 3 months ago

arrayType 无法直接传递给 SendMessage 的 int 类型参数

yinkaisheng commented 3 months ago

ok