I want to test the following thing with Robotium: enter text in the search field, I did this, and click the "search" button on the soft keyboard (android: imeOptions = actionSearch), which I can not do. I tried with solo.sendKey (Solo.Enter) but did not succeed. I'm not sure if this is important, but the soft keyboard is not shown at all - I also tried to achieve this, but without success.
source
share