This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
Feb 2019

I’m new to appium and below is my code snippet to scroll down which is failing. I have hardcoded the x and y co-ordinates to see if it works.

TouchAction touchAction = new TouchAction(driver);
touchAction.longPress(PointOption.point(120, 500)).
waitAction(WaitOptions.waitOptions(Duration.ofSeconds(3))).
moveTo(PointOption.point(120, 50)).release().perform();

When I run it i see logs as attached apmlogs.txt1 (6.5 KB)

Appium server: 1.7.1
Java_client: 6.1.0

Any suggesions would be really helpful.

  • created

    Feb '19
  • last reply

    Feb '19
  • 2

    replies

  • 276

    views

  • 2

    users

  • 1

    link

Recommended would be to update the Appium client to the latest version.
Java client to 7.0 as well.