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
wda.exceptions.WDAInvalidSessionIdError: WDARequestError(status=110, value={'error': 'invalid session id', 'message': 'Session does not exist'},这个问题怎么解决呢?是啥原因导致的啊🤔
The text was updated successfully, but these errors were encountered:
this is a bug?appuim doesn't have this problem
Sorry, something went wrong.
后面出现这个响应,sessionID确实是改变了 response json: {'value': {'sessionId': 'DE71FBC9-190F-4CDA-9881-B354CB4245BB', 'capabilities': {'device': 'iphone', 'browserName': ' ', 'sdkVersion': '12.5.5', 'CFBundleIdentifier': 'com.apple.springboard'}}, 'sessionId': 'DE71FBC9-190F-4CDA-9881-B354CB4245BB'} session respinse: {'value': {'sessionId': 'DE71FBC9-190F-4CDA-9881-B354CB4245BB', 'capabilities': {'device': 'iphone', 'browserName': ' ', 'sdkVersion': '12.5.5', 'CFBundleIdentifier': 'com.apple.springboard'}}, 'sessionId': 'DE71FBC9-190F-4CDA-9881-B354CB4245BB', 'status': 0}
catch住 重新获取一次session
No branches or pull requests
wda.exceptions.WDAInvalidSessionIdError: WDARequestError(status=110, value={'error': 'invalid session id', 'message': 'Session does not exist'},这个问题怎么解决呢?是啥原因导致的啊🤔
The text was updated successfully, but these errors were encountered: