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

IsOffscreen 为什么会报错 #255

Closed sytpb closed 10 months ago

sytpb commented 10 months ago

msg_list = window.ListControl(searchDepth=1,foundIndex=1, Name="content")

msg_list.IsOffscreen()

TypeError: 'int' object is not callable

sytpb commented 10 months ago

msg_list.IsOffscreen