How do i select value from dropdown of a hybrid app using appium?
问题 I am relatively new to appium, and is actively involved in a poc. The requirement is to select a value from the drop down, however i am able to click the spinner element but anything below that is not getting recognized my uiautomator. as a result i am not able to select any values from the spinner element. I am attaching the code block of the script and also the element tree snapshot. //trying to click the dropdown list try{ WebElement parentElement1 = driver.findElement(By.id("retProdOp0"))