Changes between Version 20 and Version 21 of androidtest


Ignore:
Timestamp:
10/29/2014 12:05:22 PM (11 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • androidtest

    v20 v21  
    193193monkey是随机时间,MonkeyRunner 是脚本录制和运行工具,两者没什么关系[[BR]] 
    194194 
    195  
     195sdk目录下 tools/monkeyrunner [[BR]] 
     196录制只有一个设备情况下输入脚本 
     197 
     198{{{ 
     199 from com.android.monkeyrunner import MonkeyRunner as mr 
     200 from com.android.monkeyrunner.recorder import MonkeyRecorder as recorder 
     201 device = mr.waitForConnection() 
     202 recorder.start(device) 
     203}}}