在appium机器人框架中向下滚动

时间:2018-03-13 03:59:27

标签: automated-tests appium robotframework appium-android appium-desktop

我在appium中使用向下滚动时遇到问题。

Scroll Down       xpath=//android.view.ViewGroup/android.widget.FrameLayout[2]/android.widget.LinearLayout/android.widget.ScrollView/android.widget.LinearLayout/android.widget.LinearLayout[2]/android.widget.LinearLayout/android.widget.TextView

但是我得到了回应

VerifyPayType                                                         | FAIL |
WebDriverException: Message: Unknown mobile command "scroll". Only shell commands are supported.

有人建议我用另一种方法向下滚动吗?

1 个答案:

答案 0 :(得分:-1)

您可以使用滚动定位器2定位器1。

示例:

Scroll xpath=//*[@content-desc='Phone'] xpath=//*[@content-desc='Hangouts']

注意:参数1是参数2之下的元素。