If scrollTo is deprecated in java client 4.0, what is the alternative?

If scrollTo is deprecated in java client 4.0, what is the alternative?

1 Like

You need to use Android UIAutomation scrips.
eg. findElementByAndroidUIAutomation(uiscript)

what is the ios alternative?

TouchAction act = new TouchAction(mdriver);
act.press(mdriver.findElementByAccessibilityId(“id”)).moveTo(mdriver.findElementByAccessibilityId(“id”)).release().perform();

Hi,

Could anyone suggest about this scroll to alternative…

Regards,
Vijay Bhaskar.

@bhaskar iOS or Android ?

Currently I’m also learning these advance actions automation and referring to sample code under

There is new version of Java client released yesterday, please use the same.

In case still you couldn’t get it working, lets work on it together.

I’m seeing many issues wrt advanced gesture automation on appium repo lately

Sure Vikram,
I’ll let you know.
:grin: