How to scroll down to a particular element having text?
Code Snippet:
//str ===> Which text contains by the element driver.findElementsByAndroidUIAutomator("newUiScrollable(newUiSelector().scrollable(true).instance(0)).scrollIntoView(newUiSelector().textContains(\"" + str +"\").instance(0))");