Scroll on Android Chrome with Appium/Ruby

Sure, the problem is scroll_to only works on native apps. The implementation is based on UiSelectors and UiScrollable scrollIntoView. Neither of these work with Android Chrome.

For scrolling on a web browser, I recommend automating a swipe gesture in a loop with a timeout and checking if the text exists or not.

1 Like