List of Elements

Hi,

I am trying to get the List of elements on screen using xpath in iOS native app. But it is displaying only the elements which are only visible. I have to scroll vertically to fetch the remaining elements, how can I get the complete list using the script. Can someone help me to overcome this challenge.

Thanks

This is expected behavior similar to web UI automation.

Read http://appium.io/docs/en/about-appium/intro/ about appium works, you can consider it as an intermediary between the application under test and your selenium code itself.