In our application we have fields like date/SSN and those contains default masked value as ‘MM/DD/YYYY’ or ‘xxx-xx-xxxx’ etc. when we focus these controls these values gets hidden and blank control gets displayed. We needed to check the default value available in this control and wondering if there is any way using UIA to retrieve masked value of control.
Many thanks in advance!