I’m facing problem in selecting month from calendar because the month feild is non editable sendkeys is not working . with the below code im able to select date and year value but not month
driver.findElementById("com.policybazaar:id/layout_view").click();
driver.findElementById("android:id/pickers");
driver.findElementByXPath("//android.widget.NumberPicker[@index='0']").sendKeys("11");
driver.findElementByXPath("//android.widget.NumberPicker[@index='1']").sendKeys("Dec");
driver.findElementByXPath("//android.widget.NumberPicker[@index='2']").sendKeys("1980");
created
May '18
last reply
Nov '18
- 6
replies
- 1.3k
views
- 5
users