Closed GoogleCodeExporter closed 9 years ago
Please try the following with Robotium 3.1.
TextView textView = solo.getText(0);
Log.d("Robotium", "text: " + textView.getText().toString();
What does it print?
Original comment by renasr...@gmail.com
on 27 Feb 2012 at 7:13
Thanks, It works now. I get my expected values and can compare them with what
I've stored in my expected.
Original comment by amarpree...@gmail.com
on 27 Feb 2012 at 8:26
Original comment by renasr...@gmail.com
on 27 Feb 2012 at 8:27
Original issue reported on code.google.com by
amarpree...@gmail.com
on 26 Feb 2012 at 7:25