Created
January 31, 2013 07:40
-
-
Save oa414/4681079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice | |
| content = MonkeyRunner.help("html"); # can replace with [[ content = MonkeyRunner.help("txt"); ]] tot generate txt document | |
| f = open('help.txt', 'w'); | |
| f.write(content); | |
| f.close(); | |
| #usage : monkeyrunner monekyrunner_generate_doc.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment