我在日历中的年份列表中向上滚动以选择特定日期,例如“1998”。那么如何向上滚动到给定年份并单击该年份?
这个给定的代码向上滚动一点,然后再次向下滚动两次。 此图像显示最新的日历 ui
MobileElement element = (MobileElement) driver
.findElementByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().textContains(\"" + text + "\").instance(0))");
element.click();