What to use instead of ScrollTo()?

Hi Everyone,

As we all know ScrollTo(); is deprecated in android. instead of that what to use to achieve same functionality as that??
Using Java
Thanks in advance it will be great help.

@Sachin_Savanur: Refer this: https://github.com/appium/java-client/blob/master/src/test/java/io/appium/java_client/android/AndroidSearchingTest.java#L58
and this
https://github.com/appium/java-client/blob/master/src/test/java/io/appium/java_client/android/AndroidElementTest.java#L68.

1 Like