Код: Выделить всё
WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(timeOutInSeconds));
wait.until(ExpectedConditions.elementToBeClickable(AppiumBy.accessibilityId(idValue)));
element = driver.findElement(AppiumBy.accessibilityId(idValue));
element.click();
Версия Appium — v2.13.1
Подробнее здесь: https://stackoverflow.com/questions/793 ... perform-th
Мобильная версия