Get text from all the TextView from ListView - even from those not visible in screen

hi,

could you show how those lines are read, are you using WebElements as in this example has

java.util.List dropDownItems = WebUiCommonHelper.findElements(findTestObject(“your_testObject”), 30)
dropDownItems[0].click()`