-
Notifications
You must be signed in to change notification settings - Fork 369
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
iOS 13 not able to dismiss the springboard alert #1421
Comments
The setup used for testing is: iPad Pro(10.5 inch) (iOS 13.3) |
@pvenum889 I need a screenshot of the alert. |
@jmoody here you go |
Sadly, I will not be able to help beyond offering some advice. It is possible that this is not a SpringBoard alert. Search the SpringBoard alert titles in DeviceAgent: https://github.com/calabash/DeviceAgent.iOS/tree/develop/Server/Resources.xcassets/springboard-alerts The Calabash DeviceAgent API seems to be lacking some functionality. Try interacting with query system directly using the http API. Use bundler + run_loop + pry to use ruby to make http requests or use a program like Postman to make queries. |
I am trying to dismiss a springboard alert on the client using
device_agent.dismiss_springboard_alert("Continue")
When I checked with device_agent.springboard_alert_visible?
It returned false even when the alert was present on the screen
This always worked and is working with all other versions except for ios 13
The text was updated successfully, but these errors were encountered: