Closed kimduquan01 closed 7 months ago
If you're in web mode then the action is being handled by chromedriver, not Appium, so there's probably not much we can do about it.
Correct. If it was WEBVIEW context, you may need to report it to chromedriver/Google
Reproduce steps:
{ "actions": [ { "id": "touch", "type": "pointer", "parameters": { "pointerType": "touch" }, "actions": [ { "duration": 0, "x": 0, "y": 0, "type": "pointerMove", "origin": "viewport" }, { "duration": 0, "x": 180, "y": 378, "type": "pointerMove", "origin": "viewport" }, { "button": 0, "type": "pointerDown" }, { "duration": 500, "x": -90, "y": -189, "type": "pointerMove", "origin": "pointer" }, { "button": 0, "type": "pointerUp" } ] } ] }
Observes:
Notes: