AndroidViewClient中有Timer()或者Clock()函数吗?

Is there any Timer () or Clock () function in AndroidViewClient?

我正在使用Androidviewclient 对GUI 进行黑盒测试,我需要记录按钮的响应时间;例如,我需要知道从单击 GUI 上的 "Next" 按钮到下一个屏幕出现需要多长时间。

看看 common.py (https://github.com/dtmilano/AndroidViewClient/blob/master/src/com/dtmilano/android/common.py) 中的 profileStart()profileEnd()。他们将为您提供分析这些案例的方法。