This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
22 / 22
Feb 2019

Try this

driver.findElementByAndroidUIAutomator(“new UiScrollable(new UiSelector()).scrollIntoView(text(”"+text+""));");

It works well if your text is unique. Let me know if this works

1 year later