2013年7月29日
摘要: from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice import time device = MonkeyRunner.waitForConnection() for i in range(3): #start to call device.shell("am start -a android.intent.action.CALL -d tel:10086") time.sleep(10) device.touch(271,799,'DOWN_AND_UP') time.sleep( 阅读全文
posted @ 2013-07-29 13:14 强巴拉 阅读(442) 评论(0) 推荐(0)