How to open navigation drawer menu in Robotium automation script in android
问题 I have a application with navigation drawer i want to open the drawer menu in Robotium automation script.my application minimum Api level is 11 so i am using action bar sherlock for action bar implementation. Please guide me in right way 回答1: none of the methods mentioned in documentation seem to work. Best option is to swipe rightwards private void swipeToRight() { Display display = solo.getCurrentActivity().getWindowManager().getDefaultDisplay(); int width = display.getWidth(); int height =