Forum Discussion

MarekFric's avatar
MarekFric
Occasional Contributor
11 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 use...
  • MarekFric's avatar
    11 years ago

    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.