类似这种圆点,定位的元素是 XCUIElementTypePageIndicator driver.elementByXPath 只支持 click 没找到滑动的方法
直接用 swipe,别点
感谢回答,我用的是 java 版 ,没发现有 swipe 方法
<dependency> <groupId>macaca.webdriver.client</groupId> <artifactId>macacaclient</artifactId> <version>2.0.20</version> </dependency>
macaca 的 swipe 方法已经被废弃了,换成了手势动作,可以看看这个帖子,希望能帮助到你, https://testerhome.com/topics/6722
thank you,不过好像直接用 drag 有些问题,需要使用 driver.touch("drag",jsonObject1) 这种形式?