Skip to content

tldev3000/MonkeyHelper

 
 

Repository files navigation

MonkeyHelper

MonkeyHelper offers recording, replaying and manipulation capabilities for Android usage traces. It also provides wrappers for common Android Development Tools (adb, aapt, etc). All in Python.

Show cases

  • Replaying AngryBirds on a Tablet

Replay AngryBirds

  • Replaying a paint on a Samsung Galaxy S

Replay Painting

  • Capture live trace, learn user's scrolling pattern and then automaically scroll at user's pace!!

Replay AngryBirds

Use cases

We highlight some use cases that could be useful for different purposes.

  • Record a trace from an Android box and replay it. This could be useful for debugging and testing apps. The trace can be stored as a simple text file, essentially everywhere.
  • Record, manipulate and then replay a trace. The manipulation functionality allows one to change a small fraction of the trace (e.g. add a swipe, etc).
  • Fusion multiple traces. Pick a gesture from one trace and paste it to another.

Documentation and howtos

Check out our wiki page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • HTML 3.0%
  • Java 1.3%
  • Shell 0.1%