cluic / wxauto

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

def GetSessionAmont(self, SessionItem)问题 #162

Open gao0334 opened 8 months ago

gao0334 commented 8 months ago
def GetSessionAmont(self, SessionItem):
    """获取聊天对象名和新消息条数

    Args:
        SessionItem (uiautomation.ListItemControl): 聊天对象控件

这个新的函数不会用,这个聊天对象控件怎么获取,谢谢!

gao0334 commented 8 months ago

就是使用这个函数时这个SessionItem参数从哪里获得,谢谢。