Vladimir Marek
unread,Apr 5, 2013, 6:57:52 AM4/5/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotium-...@googlegroups.com
Hello,
I have a question about the solo.getCurrentViews method.
Code example:
ArrayList<TextView> textViews = solo.getCurrentViews(TextView.class);
then when checking with debugger the textViews contains also objects
like ActionMenuItemView, Button, EditText or Alertindicator.
I would expect it would contain only TextView objects.
I'm using robotium 4.0 and testing APK file directly on Samsung Galaxy
SIII [Android 4.1.2].
Any idea what I'm doing wrong?
Thanks,
Vladimir