AndroidElement list = (AndroidElement) driver.findElement(By.xpath("Sample Xpath"));
MobileElement listGroup = list.findElement(MobileBy.AndroidUIAutomator("new UiScrollable(new UiSelector()).scrollIntoView("+"new UiSelector().text(\"SampleText\"));
assertNotNull(listGroup.getLocation();
listGroup.click();
在这里,我可以滚动所需的区域。但是Click()
无法正常工作。
有人知道吗?
我尝试使用driver.getPagesource();
刷新,但无法正常工作。
答案 0 :(得分:0)
AndroidElement列表=(AndroidElement)driver.findElement(By.xpath(“ Sample Xpath”))。click();
JSON
使用这些命令。