在使用 appium 做微信公众号自动化时遇到了打开微信点击通讯录,再点击公众号,在点击通讯录时,等待元素成功的,点击是失败的,换了定位元素还是失败的,为什么呢
报错内容:selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Cannot invoke method public void androidx.test.uiautomator.GestureController.performGesture(androidx.test.uiautomator.PointerGesture[]) on object androidx.test.uiautomator.GestureController@6eb67e4 with parameters [[Landroidx.test.uiautomator.PointerGesture;@b79ef77]
而我的日志是没有报错的
这是为什么呢?