-
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
It is not possible to input text to a text field in a springboard alert #1420
Comments
Try using |
Hi @jmoody,
|
Try using the DeviceAgent.iOS http API.
Alternatively, use the RunLoop API directly.
I am not allowed to investigate defects in Calabash iOS because it is no longer supported by Microsoft. |
Currently I am trying to input a password in a textfield placed on a springboard alert. But command keyboard_enter_text() throws with "Keyboard is not visible", however keyboard is present on screen. Auto dismiss springboard alerts is disabled.
I looked into the code and it seems that query for keyboard into docked_keyboard_visible? function fails to get the right value.
The setup used for testing is:
The text was updated successfully, but these errors were encountered: