I am having problems scrolling up in a spinner to select the first item in a Robotium test case. Here is my code:
int pos = solo.getCurrentSpinners().get(0).getS
are you able just to get the view and call the perform click on it?
solo.getCurrentSpinners().get(0).performClick()