我正在使用appium版本1.10, Windows 10
无法处理移动手势(longPress,moveTo,press,scroll,swipe)
在我的WebdiverManager
类中,我使用AppiumDriver
作为驱动程序
我尝试过:
1。 触摸动作班:
TouchAction action = new TouchAction(driver);
action.press((PointOption) element).waitAction().moveTo((PointOption) element).perform().release();
结果:
java.lang.ClassCastException: com.sun.proxy.$Proxy16 cannot be cast to io.appium.java_client.touch.offset.PointOption
如果我没有使用TouchAction
的{{1}}方法,则显示编译时错误
PointOption