0

When I tried to use monkeyrunner command to run recorder, I got the error: mismatched input 'monkey_recorder' expecting NEWLINE. Here is screenshot of my command. enter image description here

1 Answers1

0

You should try AndroidViewClient/culebra which will give you some advantages over monkeyrunner and monkey_recorder. For example, instead of recording the screen coordinates for a touch, culebra records the selector of the View touched so the script or test will be screen coordinates agnostic.

See Culebra GUI page for details.

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134