Thank you.
Yes, I tried that, it works.
Intent localIntent = new Intent(solo.getCurrentActivity(),
HomeActivity.class);
solo.getCurrentActivity().startActivity(localIntent);
It would go back to HomeActivity.
I have one more question. when I used the following code to start
setting.
Intent i = new Intent();
i.setAction(Intent.ACTION_VIEW);
ComponentName cn = new ComponentName("com.android.settings",
"com.android.settings.ApplicationSettings");
i.setComponent(cn);
solo.getCurrentActivity().startActivity(i);
Can I use "solo.clickonscreen(x,y)" to modify the setting?
How to decide the value of x, and y in the clickonscreen function?
On 2月26日, 上午12时03分, Yahor Paulavets <
ypaulav...@agilefusion.com>
wrote:
> Hello,
>
> > > >http://groups.google.com/group/robotium-developers?hl=en.-隐藏被引用文字 -