You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: