51Testing软件测试论坛

标题: 求助:monkeyrunner如何判断设备是否连接成功? [打印本页]

作者: Ruby0312    时间: 2013-9-13 14:56
标题: 求助:monkeyrunner如何判断设备是否连接成功?
我在monkeyrunner中使用if not device进行判断,但不管我有没有连手机都提示连接成功,还请哪位大师指点下,谢谢。。
脚本如下:
import sys
from com.android.monkeyrunner import MonkeyRunner as mr
from com.android.monkeyrunner import MonkeyDevice as md
device=mr.waitForConnection(5)
print("Start")
if not device:
        print("Couldn't get connection")
        sys.exit()
print("Found device")
不过我是否连接手机都提示:Found device




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2