Is there a default range for scroll_to and scroll_to_exact methods?

Hi All,

I am using ruby bindings and version of appium server is 1.4.0.0 to automate android native app on a real device.

Description of app functionality : I have a search bar in my native app, user can do a keyword search and will get the results.

Problem Statement : Now when results are less, scroll_to(‘text’) and scroll_to_exact(‘text’) are able to scroll to end of page. But in a scenario, I am getting more than 500 results and passing last element’s text as argument to both functions but appium is not able to scroll to end. it started scrolling up in between.
So my question is if there is any default range for scroll , how we can change it ?

Note : I changed command-timeout parameter

@jonahss @jlipps @bootstrap Please suggest

scroll_to uses the following uiautomator command. Google maintains the uiautomator docs. I recommend reading the UiScrollable reference material.