On Thursday, January 3, 2013 8:39:01 PM UTC+5, vijaya manikandan Mohanavijayan wrote:
Hi all,
I am testing email application with its apk file.
Mails are listed in the mail box screen. but the unable to get the emai list using robotium.
I can able to get the count the of emails from the listview using the following code:
ListView lview=solo.getcurrentlistview().get(1);
system.out.println(lview.getchildcount());
the email's view is MessageListItem. How can i retrieve the emails from the inbox screen.
Regards,
VJ