Time fields have the wTime property instead of a wText property. I can test that they show the correct time value but I want to ensure that it displays correctly. I want to ensure that seconds are not shown and leading zeros are shown.
e.g. My field shows "02:34 PM" but the wTime property in the object spy shows "2:34:00 PM". I want to test that the field is displayed as it is now.
Is there a way (other than using text recognition) to test the exact text of a time field? i.e. Can I get the equivalent of a wText property in a text field?