gpt4 book ai didi

java - 如何滚动到 "Watches sections"Appium

转载 作者:太空宇宙 更新时间:2023-11-04 10:03:43 25 4
gpt4 key购买 nike

我的滚动条一直滚动到底部。

但我需要向下滚动到“ watch 部分”,但我无法执行该操作。

    loginpage.getMensFashionList().click();//clicks on Mens Fashion
//Scroll to watches section.
driver.findElementByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().textMatches(\"Watches\").instance(0))");

点击男士时尚后,我需要滚动到 watch 部分,因为我对 watch 感兴趣。

下面是 watch 部分的图片: enter image description here

需要帮助才能滚动到 watch 部分。

UI automator

最佳答案

driver.findElement(MobileBy.AndroidUIAutomator(
"new UiScrollable(new UiSelector().resourceId(\"your scrollable list id\")).scrollIntoView("
+ "new UiSelector().textContains(\"Watches\").instance(1))"));

关于java - 如何滚动到 "Watches sections"Appium,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53186317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com