AAppium finding an element that need to be scrolled into view

  • My English is rusty

I am testing a mobile application using Appium + Selenium + Python.
I have a page who contains several elements


When I open the page. some elements are visible but the other need to be scrolled into view.
after scrolling down, I can only find the elements that are visible on the screen.

is there a way to get all elements that are not visible on the page?
which scrool method is more efficient in my case?

I want to get the text of these elements, put it in a dataframe and transform it into excel