Hi to all.
I am trying to get all elements text in hierarchy like RecyclerView/LinearLayout/TextView in Android
List elements = driver.findElements(By.xpath(xpath));
The problem is, I can only get the on screen elements. For example, if 11 elements is displayed on screen, my lists size is 11. However If i'm scroll down, more elements are there.
Any suggestions to get all elements ?