adbkit-monkey
adbkit-monkey copied to clipboard
API to "read" text from an element?
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?