| screenshot(null);
touch(view("UITabBarButton").
marked("Fourth"), null);
QueryBuilder q = view("UIWebView");
waitForExists(q,null);
screenshot(null);
scroll(q,"down");
waitForExists(q.css("a"), null);
touch(q, null);
screenshot(null);
System.exit(0);
|