I am writing a series of automated tests for an android app using calabash-android and I need to be able to detect whether the android system keyboard is visible or not and (if possible) read some of the keys (i.e. if the return key says Done
instead of Next
or Enter
). I know there is the keyboard_visible?
commands for iOS but I have not been able to find anything similar for android.
Has anyone built their own functions to handle these instances?