Skip to content

TouchAction fails to complete with more than one waitAction #401

Description

@sergeyhizhnyak

Appium 1.5.2
Java client 4.0.0
IOS

I'm trying to do the following:

TouchAction touchAction = new TouchAction(driver);
final int dragDelay = 1000;

touchAction.tap(element1).waitAction(dragDelay);
touchAction.moveTo(element2).waitAction(dragDelay);
touchAction.moveTo(endX, endY).waitAction(dragDelay).release();
touchAction.perform();

On the second waitAction execution just stops and further commands are just ignored

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions