Latest Scroll method for Appium(Android mobile automation) in Java

Looking for latest vertical and horizontal scroll(or swipe) method in Java?

@Maddy_Singh it is absent :slight_smile: you can choose:

  1. swipe with Touch method and check if needed data are present.
  2. swipe to some element in list e.g. by text using native iOS/Android methods

See below videos :slight_smile:

i need code to scroll horizontal and click.