We have installed TC 11.20 and Android version(Lollipop). We have text fields of the following Java classes where we cannot fetch the entered text. These fields may be secured custom edit text classes.
JobElementSingleLineTextView_
JobElementMultiLineTextView_
SecureEditText
AppCompatEditText
There are no ''wText'' property and getText() returns empty.
It has been observed that when we try to read custom edit text from TC ''wText'' or getText() returns empty.
By custom edit text I mean a java class extends Edit Text. So, when we try to read android.widget.edit text TC seems to read the value but not the custom edit text.
Please let us know how to fetch the text on the above text objects(ex: gettext)