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
如上图所示,如果切换到通信录页面时,不在通信录的最顶端,就不能获取到通信录
self.SessionBox.ListControl(Name="联系人").ButtonControl(Name="通讯录管理").Click(simulateMove=False)
这段代码无法正常工作 可以在前面加一段将通信录拉到最顶端的代码
The text was updated successfully, but these errors were encountered:
self.SessionBox.ListControl(Name="联系人").WheelUp(wheelTimes=2000, interval=0.03, waitTime=0) 我是临时在前面增加了这段代码,但这前不是一个好的方法,希望作者有更好的方法
self.SessionBox.ListControl(Name="联系人").WheelUp(wheelTimes=2000, interval=0.03, waitTime=0)
Sorry, something went wrong.
No branches or pull requests
如上图所示,如果切换到通信录页面时,不在通信录的最顶端,就不能获取到通信录
self.SessionBox.ListControl(Name="联系人").ButtonControl(Name="通讯录管理").Click(simulateMove=False)
这段代码无法正常工作
可以在前面加一段将通信录拉到最顶端的代码
The text was updated successfully, but these errors were encountered: