Closed GoogleCodeExporter closed 9 years ago
Steps
1. Any activity is showed on the screen
2. An EditText view is on the activity
3.Using solo.typetext(R.id.edittext1, "something"); try to type text to
edittect field.
Original comment by hudro...@gmail.com
on 15 Dec 2014 at 4:10
You can either use the view or index. So solo.typetext(R.id.edittext1,
"something"); will not work as you have entered the resource id.
Original comment by renasr...@gmail.com
on 18 Dec 2014 at 5:28
sorry, I made a mistace.
I used
EditText view = (EditText)solo.getView(R.id.etMessage);
solo.typeText(view, "mess");
Nothing happens when run solo.typetext(view, "mess")
Original comment by hudro...@gmail.com
on 19 Dec 2014 at 12:33
Original issue reported on code.google.com by
hudro...@gmail.com
on 15 Dec 2014 at 4:06