Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants