adbkit-monkey icon indicating copy to clipboard operation
adbkit-monkey copied to clipboard

API to "read" text from an element?

Open tommedema opened this issue 10 years ago • 0 comments

I'm trying to automate a native android application in the emulator.

The application expects input text and then returns output text. I would like to use this output text in my node application, so adbkit-monkey seems perfect.

However, while I can insert text using type, how do I parse / read the output text in the app?

tommedema avatar May 02 '15 04:05 tommedema