0

在 Appium文档中,它说我必须传入 x 和 y 值。我如何知道要向左或向右滑动的部分的 x 和 y 值。我正在使用 uiautomationviewer (Android),我需要任何工具吗?

driver.swipe(start_x=75, start_y=500, end_x=75, end_y=0, duration=800)
4

1 回答 1

4

您不需要任何工具来获取 x、y 值。

只需在您的 Android 设备/模拟器中启用此选项:

Settings > Developer options > Enable 'Pointer location'

点击屏幕 -> x 启用此功能后,y 定位器值将显示在顶部栏中。

启用指针位置: 指针位置

x, y 值: x, y 值

于 2017-07-14T05:57:25.253 回答