cluic / wxauto

Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人
MIT License
2.76k stars 444 forks source link

LookupError: Find Control Timeout(10s): {Name: '输入', ControlType: EditControl} #120

Open AugFUZE opened 1 year ago

AugFUZE commented 1 year ago

版本3.9.5.81 SendMsg发不出去信息 但是能打开窗口

AugFUZE commented 1 year ago

库版本3.3.5.3 python版本 3.11.4

COCONUTwwater commented 1 year ago

WeChat init中改成self.EditMsg = self.UiaAPI.EditControl(LocalizedControlType='编辑')可以解决