wxauto icon indicating copy to clipboard operation
wxauto copied to clipboard

wxauto.py文件的145行

Open interiv opened this issue 2 years ago • 1 comments

self.EditMsg = self.UiaAPI.EditControl(Name='进入聊天张三')

改了,作者抽时间可以看看,微信版本3.9.5.26 其他地方没测试,只用了这个地方,所以发现的问题.

interiv avatar May 23 '23 04:05 interiv

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

COCONUTwwater avatar Jun 26 '23 11:06 COCONUTwwater