请在Appium中根据文本"英语"滚动以下脚本。
字符串scrollViewContainer =" new Uiselector((。resourceDID(" com.eterno:id/parent_onboarding_langue_container "(";字符串scrollelement =" new Uiselector((。文本("英语"(;
driver.findelement(mobileby.androiduiautomator(" new UisCrollable(" scrollviewContainer "(( " .scrollintoview(" scrollelemt "(;
尝试这个,
driver.findElementByAndroidUIAutomator(
"new UiScrollable(new UiSelector()).scrollIntoView(new UiSelector().text("English"));");