Code: Select all
@AndroidFindBy(uiAutomator = "new UiScrollable(new UiSelector().scrollable(true)).scrollIntoView(new UiSelector().description(\"Description\"))")
private WebElement elementToScrollTo;
elementToScrollTo.click();
Wie kann ich UiAutomator UiScrollable so einstellen, dass die Suche stattdessen durch Wischen von unten nach oben (nach unten scrollen) gestartet wird?< /P>