Androidviewclient返回错误的按钮坐标

时间:2015-03-27 07:20:05

标签: python emulation androidviewclient

我有一个确认确认或取消的对话框,找到按钮ok的视图ID,但坐标错误,touch()对按钮确定无效。库莱布拉可以点击按钮确定,但只能使用DIP或PX装置。但我想避免使用坐标。 所以我尝试使用以下代码并且它有效,但这是巧合还是真的有任何关系?

button_id = vc.findViewById('id/button1')
coord = button_id.getCenter()
device.touchDip(coord[0], coord[1])

0 个答案:

没有答案