Skip to content

微信支持多开以及新增方法:填充文本到输入框:InputMsg,入参SendMsg一致。 #288

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

Open
wants to merge 1 commit into
base: WeChat3.9.11
Choose a base branch
from

Conversation

PL-FE
Copy link

@PL-FE PL-FE commented Nov 9, 2024

多开使用方式:

import wxauto.uiautomation as uia

root = uia.GetRootControl()
child = root.GetChildren()
filtered_list = list(filter(lambda x: x.ClassName == 'WeChatMainWndForPC', child))
for wx_window in filtered_list
    wx = WeChat(wx_window)

@duanchangbiao
Copy link

确定这个能用?

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

Successfully merging this pull request may close these issues.

2 participants