Closed GoogleCodeExporter closed 9 years ago
Do you mean that Send menu item is placed in other app ?
If so you can't use solo there.
Robotium works only in context of your application.
Original comment by sergey.t...@gmail.com
on 30 Nov 2011 at 8:15
hmmm.. got it..
If i need to automate such scenarios - then what should i do?
Sneha
Original comment by snehamon...@gmail.com
on 30 Nov 2011 at 9:14
Original comment by renasr...@gmail.com
on 30 Nov 2011 at 1:48
Good news:
You can use monkeyrunner tool
http://developer.android.com/guide/developing/tools/monkeyrunner_concepts.html
You should make python script as described and run it when you want to do this
solo.clickOnMenuItem("Send");
Bad news:
You can only click on coordinates. And send key events.
Hope it helps
Original comment by sergey.t...@gmail.com
on 1 Dec 2011 at 8:04
Original issue reported on code.google.com by
snehamon...@gmail.com
on 30 Nov 2011 at 7:19