I am running calabash test cases on Android simulator. My test cases work fine on device, But on simulator, when I execute a touch button action. It does not auto scroll downwards, to find the text. It simply checks on the visible screen area, and does not execute. Whereas on device it auto scrolls. I am using a 2.3.3 simulator.
Please help!!