I get the below issues
1. (net.serenitybdd.core.exceptions.SerenityManagedException: Timed out after 2 seconds. Element not available
This happens for text fields as it is not able to click on the text field,
options tried
a. Actions class
b. getLocation
c. Simple selenium click
2. (java.lang.ClassCastException: net.thucydides.core.webdriver.WebDriverFacade cannot be cast to io.appium.java_client.MobileDriver)
Waiting for your reply ASAP
Thanks in Advance,
Divya
Please use the code the below way
WebDriver facade = getDriver();
WebElement elementFromProxy = driver.findElement(By.<selector>);
actions.moveTo(elementFromProxy).release().perform();