When checking the text view values which are in the android list view,using node.js for loop,I’m swiping the list view up to the next item every time, when I’m done with the current item,and I’m able to get the textview values up to some items properly, but after some time I’m getting the below error
[waitForElementByXPath("//android.widget.FrameLayout[1]/android.view.View[1]/android.widget.FrameLayout[2]/android.widget.RelativeLayout[1]/android.widget.FrameLayout[1]/android.widget.AbsListView[1]/android.widget.RelativeLayout[1]/android.widget.LinearLayout[1]/android.widget.LinearLayout[1]/android.widget.TextView[1]",9000)] Element condition wasn’t satisfied!
but when i checked in the uiautomator viewer i’m getting the same path for the textview,
and this is not happening at the same item in the listview everytime.