appium/java-client

The import io.appium.java_client.android.AndroidElement cannot be resolved

ak270296 opened this issue · 1 comments

getting above error while importing manually for AndroidElemnet.
AndroidElement element = (AndroidElement) wait.until(ExpectedConditions.elementToBeClickable(driver.findElement(By.id("idtext"))));

Specification of project:
project: cucumber
java: 11
selenium-java: 4.11.0
java-client: 8.3.0