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