Appium version: 1.4.0.0
OS: Windows 7
I'm using Java for automation with Appium (io.appium.java_client.AppiumDriver)
I having problem when select date in date picker
i got error "org.openqa.selenium.NoSuchElementException"
i have tried flowing code.
driver.findElement(By.xpath("//android.widget.LinearLayout")).sendKeys("4");
WebElement _pickerWheel = driver.findElement(By.xpath("android.widget.DatePicker"));
_pickerWheel.sendKeys("4");