I'm scrolling up in list of year in calendar to select specific date like "1998". So how to scroll up to given year and click on that year?
This given code is scrolling up little bit and then scrolling down again two times. This image is shows latest calendar ui
MobileElement element = (MobileElement) driver
.findElementByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().textContains(\"" + text + "\").instance(0))");
element.click();