请注意以下脚本无法根据appium中的“英语”向下滚动。
String Scrollviewcontainer =“new UiSelector()。resourceId(\”com.eterno:id / parent_onboarding_language_container \“)”; String scrollelement =“new UiSelector()。text(\”English \“)”;
driver.findElement(MobileBy.AndroidUIAutomator(“new UiScrollable(”+ Scrollviewcontainer +“)”+“。scrollIntoView(”+ scrollelement +“)”));
答案 0 :(得分:0)
试试这个,
driver.findElementByAndroidUIAutomator(
"new UiScrollable(new UiSelector()).scrollIntoView(new UiSelector().text(\"English\"));");