How could Robotium enter a newline character inside a multiline EditText view?

21 views
Skip to first unread message

David Huang

unread,
Jan 12, 2016, 11:18:58 AM1/12/16
to Robotium Developers
I have a multiline EditText view in the app.  I would like to enter multiline text in it with Robotium.  However, I tried the following three ways, none of them works for me:

  1.  solo.enterText(editText, "ab\nab");

  2.  solo.enterText(editText, "ab");


Reply all
Reply to author
Forward
0 new messages