Forum Discussion

MarekFric's avatar
MarekFric
Occasional Contributor
9 years ago
Solved

Getting text from EditText

Hi all. We encountered issue with getting text from EditText object in native mobile application. Application is instrumented and all other objects can be recognized by Object Spy and they can be used in tests. I can insert some text in edit text object(using Aliases.testObject.Keys("Some text")), but I cannot verify inserted text. Do you have any idea how to solve this issue ?

  • Problem solved. I found out that class name of my editbox was "TintEditText" and this classname was not among other classes for EditBox in Object Mapping - http://support.smartbear.com/viewarticle/70048 so after adding it to this list Object Spy is now able to get text from this edit text.