Hi,
I am in a tricky situation where the app i am automating is loading elements in page source (when pulled using driver.getpagesource) that are visible on the screen and all the elements on the page which are not visible are not shown on the page source and when i tried to scroll to a particular identifier which is not visible on the page, it fails as it could not find that element in the pagesource. It is a blocker now.
IOS - 9.3.5
Application - Native Only
Xcode - 7.3.5
Language - Java
Please anyone suggest what is the best approach in such cases