Gegham

Results 7 comments of Gegham

Having the same issue. Can't get the swiping to work. Here is the code used in tests: ``` new TouchAction(driver) .press(PointOption.point(startX, startY)) .waitAction(WaitOptions.waitOptions(Duration.ofMillis(1000))) .moveTo(PointOption.point(endX, endY)) .release() .perform(); ``` it works...

Hi @mykola-mokhnach, thank you for your quick response, it was an Appium Desktop log, seems it's missing the wait after press, please let me know if I need to report...

@mykola-mokhnach, I've compared the TouchAction behavior on both drivers. The wait() has no effect on Espresso driver but works on UIAutomator2. The following actions had been sent to /wd/hub/session/\/touch/perform endpoint...

Hi @dpgraham, were you able to have a look at this issue?

Hi @dpgraham, were you able to find a time to check the issue? I hope it will be a quick fix for you. With this issue, it is hard to...

It turns out if perform "mutliMoveTo" action, the swipe works (but not perfectly) ``` { "actions": [ { "action": "press", "options": { "x": 54, "y": 1255 } }, { "action":...

with `2.7.0` it was able to generate the report