So I am trying to scroll down an app with android but I get the following:
Calabash::Android::WaitHelpers::WaitError: Could not find any scrollable views
but I have a nested scroll with this "support.v4.widget.NestedScrollView" class. Does anybody know how can I scroll down with calabash-android?
the scroll_down doesn't work for me.