Hi Everyone,
As we all know ScrollTo(); is deprecated in android. instead of that what to use to achieve same functionality as that??Using JavaThanks 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.