Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

微信非3.9.5版本可以发送消息,但是发送文件会弹出报错框 #118

Open
smartquerier opened this issue Jun 19, 2023 · 3 comments

Comments

@smartquerier
Copy link

error message

@smartquerier
Copy link
Author

class WeChat:
    def __init__(self, user):
    
        self.UiaAPI = uia.WindowControl(ClassName='WeChatMainWndForPC')
        self.SessionList = self.UiaAPI.ListControl(Name='会话')
        self.EditMsg = self.UiaAPI.EditControl(Name=user)
        self.SearchBox = self.UiaAPI.EditControl(Name='搜索')
        self.MsgList = self.UiaAPI.ListControl(Name='消息')
        self.SessionItemList = []

将EditControl由输入改为和聊天框同名

@COCONUTwwater
Copy link

@cluic
Copy link
Owner

cluic commented Nov 21, 2023

试下新版本,可下载图片,适用于最新的PC微信3.9.8.15,重写了wxauto,欢迎指出bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants