Hi,
I have a datepickerwheel that with format Mon Feb 12 Time Minutes AM/PM
So the SendKeys() works for the Time, Minutes, and AM/PM controls without any problem but it doesn't work entirely on the Date wheel.
Example:
"Today" is default onload, e.g. Today is Thu Feb 8
SendKeys() can go as far as Mar 28 but not beyond.
Same as going backward, can go as far as Dec 31 but not up to Dec 1.
Is this a limitation to the XCUIElementTypePickerWheel for Date?
Because if I will assign a random value, say Aug/Sep, the control would not even budge a bit.