我在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.
有人建议我用另一种方法向下滚动吗?
答案 0 :(得分:-1)
您可以使用滚动定位器2定位器1。
示例:
Scroll xpath=//*[@content-desc='Phone'] xpath=//*[@content-desc='Hangouts']
注意:参数1是参数2之下的元素。