0

在 Monkeyrunner 中使用 dtmilano Android vieClient 在 android UI 中查找文本的 (x,y) 坐标。

我只使用以下代码获得相对坐标:-

vc = ViewClient(devid,deviceid)
dump=vc.dump()
peer_pos = vc.findViewWithAttribute('text:mText',peer_name)
x, y) = peer_pos.getXY()

(x,y)返回总是不正确的。如何找出真正的坐标。请帮忙。

4

1 回答 1

1

你看过这里的指南?它提供了将 ViewClient 与 MonkeyRunner 一起使用的介绍,并且可能会有所帮助。

于 2012-06-26T23:10:32.693 回答