We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error message
The text was updated successfully, but these errors were encountered:
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由输入改为和聊天框同名
Sorry, something went wrong.
https://github.com/COCONUTwwater/wxauto/blob/main/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.md 已提交pull requests
试下新版本,可下载图片,适用于最新的PC微信3.9.8.15,重写了wxauto,欢迎指出bug
No branches or pull requests
error message
The text was updated successfully, but these errors were encountered: