android真机,webview内元素touch失败
失败信息: {"message":"[element.touch("tap")] Unexpected data in simpleCallback.","data":"unimplemented command: session/d68c38dd32ce15cdf7197584cee15efe/actions"} 请教下,这里是还没有实现的意思?
This is the translated issue:
Android real machine, element touch failure in webview
Failure message: {"message":"[element.touch("tap")] Unexpected data in simpleCallback.","data":"unimplemented command: session/d68c38dd32ce15cdf7197584cee15efe/actions"} Ask, is this what has not been realized?
元素确定可以找的到,tap事件委托在document上
This is the translated issue comment: @Samlin901211
The element is determined to be found, and the tap event is delegated on the document.
我用selenium是可以的,点击方法: from selenium.webdriver.common.touch_actions import TouchActions
This is the translated issue comment: @Samlin901211
I use selenium is OK, click on the method: From selenium.webdriver.common.touch_actions import TouchActions
@Samlin901211 通过Macaca事件模拟touch就可以了吧?
https://macacajs.github.io/macaca-wd/#domEvent
This is the translated issue comment: @xudafeng
@Samlin901211 Simulate touch with Macaca event, right?
Https://macacajs.github.io/macaca-wd/#domEvent