Android Monkeyrunner Test
???????????? ???????[ 2013/12/30 15:48:32 ] ????????Android ?????
????????Android????????????о???Monkey??Robotium ????????? Monkeyrunner.
????????????????????????????????
????http://developer.android.com/tools/help/monkeyrunner_concepts.html
??????????????????????Monkeyrunner ?????Python????д????????δ???Python???Ь?????????????Python???????????????????.?????δ?????Python?????????????????磺PHP??Java??Peal???????????????Python???
???????monkeyrunner ????
????monkeyrunner ???????API??????APIд????????????Android??????????Android?豸???????.
????????monkeyrunner ????????
???????豸???????????????????
???????????(????MyAndroid.apk)
????1. ?????? monkeyrunnerTest.py
# Import the monkey runner modules used by this program
from com.android.monkeyrunner import MonkeyRunner?? MonkeyDevice?? MonkeyImage
# Connects to current device?? returning a MonkeyDevice object
device = MonkeyRunner.waitForConnection()
# Installs the Android package
device.installPackage("./MyAndroid.apk")
# Runs the component
device.startActivity(component = 'com.luwenjie.android/.MyAndroidActivity')
#Presses the Menu button
device.press('KEYCODE_MENU'??'DOWN_AND_UP')
#Takes a screenshot
result = device.takeSnapshot()
# Writes the screenshot to a file
result.writeToFile('./shot1.png'??'png')
????2. ?????? %Android_HOME% ools ???????????????
????monkeyrunner monkeyrunnerTest.py
???????API?ο?
????MonkeyRunner:http://developer.android.com/tools/help/MonkeyRunner.html
????MonkeyDevice:http://developer.android.com/tools/help/MonkeyDevice.html
????MonkeyImage:http://developer.android.com/tools/help/MonkeyImage.html
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11