1

我在 appium中使用Scroll Down时遇到问题。

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.

谁能建议我通过另一种方法在 appuim 中向下滚动?

4

1 回答 1

-1

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

例子:

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

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

于 2018-03-21T03:54:55.947 回答