标签: automation appium ui-automation
我有一个要求,我需要双击图像以全屏模式打开它。
我使用了以下TouchActions类
TouchActions touchActions = new TouchActions(driver);
但我面临以下错误
The IWebDriver object must implement or wrap a driver that implements IHasTouchScreen
我班级'的类型初始化程序。抛出异常
有什么方法可以让我在iOS设备上自动双击?