标签: python emulation androidviewclient
我有一个确认确认或取消的对话框,找到按钮ok的视图ID,但坐标错误,touch()对按钮确定无效。库莱布拉可以点击按钮确定,但只能使用DIP或PX装置。但我想避免使用坐标。 所以我尝试使用以下代码并且它有效,但这是巧合还是真的有任何关系?
touch()
button_id = vc.findViewById('id/button1') coord = button_id.getCenter() device.touchDip(coord[0], coord[1])