Datepicker in Universal Windows App

Hello,

I’m using appium for UWP (universal windows app) and currently having the problem with Date- and TimePicker. I’m unable to select a date from DatePicker. Niether Click() nor SendKey() method work.

E.g:

var dtPicker = TestAppSession.FindElementByAccessibilityId(“1abe9b8e-49cf-4124-b5da-387fedde677c”) as IOSElement;
dtPicker.Click();

or

dtPicker.SendKeys(“10/10/2017”);

dosen’t work. I was trying to find some workaround, unsuccessful.
Can anyone please help with the issue?

Greetings,
Milana

Hi,

I am facing same issue with datepicker control for UWP app, not able to set date using sendkeys() method. Were you able to get it working?