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

GetAllFriends问题 #260

Open
AlexIaybf opened this issue Jul 26, 2024 · 1 comment
Open

GetAllFriends问题 #260

AlexIaybf opened this issue Jul 26, 2024 · 1 comment

Comments

@AlexIaybf
Copy link

image
如上图所示,如果切换到通信录页面时,不在通信录的最顶端,就不能获取到通信录
image

self.SessionBox.ListControl(Name="联系人").ButtonControl(Name="通讯录管理").Click(simulateMove=False)

这段代码无法正常工作
可以在前面加一段将通信录拉到最顶端的代码

@AlexIaybf
Copy link
Author

self.SessionBox.ListControl(Name="联系人").WheelUp(wheelTimes=2000, interval=0.03, waitTime=0)
我是临时在前面增加了这段代码,但这前不是一个好的方法,希望作者有更好的方法

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

1 participant