IOS: Some element are not visible through Appium Inspector

Hi mani: for iOS or android?

Honestly, I haven’t had the need to scroll on iOS as ui automation can “select” table rows offscreen and click them without the need to scroll.

I know there are scroll_to and scroll_to_exact methods in ruby. They previously had problems but if you search this board I believe things are better. I haven’t tried it out though.

In android I simply rely on touch actions with sadly the plain logic of "swipe down, check to see if my element is there…if not continue. There’s some logic for checking that I’m at the bottom of the screen by comparing the contents of the last table row on each iteration. Not ideal but it works.

More is here. I would try the scroo_to methods first though