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
import wda wda.HTTP_TIMEOUT = 10 c = wda.USBClient("xxx", port=8100) # 写错id了,app并不存在,导致总是出现8100端口无响应 # 下面方法会出现超时,但是8100端口目前测试超过5分钟以上还是没有响应,需要重新启动手机上的wda,长时间等待可以恢复正常,具体时间没测试。 c.session().app_activate("xxxxx") print('ok')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: