Thanks for your reply,
I am currently used navigation key to play it with robotium,
Like,
I am writing test case for android setting application,
and I am just send command ,
solo.sendKey(Solo.DOWN);
solo.sendKey(Solo.DOWN);
solo.sendKey(Solo.DOWN);
solo.sendKey(Solo.ENTER);
solo.sendKey(Solo.DOWN);
solo.sendKey(Solo.ENTER);
now I just want to check on which view robotium does
solo.sendKey(Solo.ENTER);
and I just print that view's name on adb.
that's why i want to get a focus able view at
solo.sendKey(Solo.ENTER);
On Sep 29, 4:31 pm, Yahor Paulavets <
ypaulav...@agilefusion.com>
wrote: