- client jar 5.0.1 and 5.0.2 and error is
driver startedā¦
Exception in thread āmainā java.lang.ClassCastException: java.util.HashMap cannot be cast to org.openqa.selenium.WebElement
- client jar 5.0.0BetaA8 and error is
driver startedā¦
tap 'oneā
Exception in thread āmainā org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. (WARNING: The server did not provide any stacktrace information)
error occuredā¦
- client jar 5.0.0BetaA6 and error is
If I downgraded the appium client jar file, we need comment waitAction method like,
new TouchAction(driver).press(el_1.get(0)); //.waitAction(Duration.ofMillis(70)).release().perform();
result is:
driver startedā¦
tap 'oneā
tap 'nineā
tap āeightā
But it didnt click on the keypad !!!