How to do pull to refresh in ios and android with co-ordinate basis with new appium java client as Swipe is deprecated

Pull to refresh was working with swipe earlier but with new appium java client Swipe is deprecated. Any suggestion how to do this with new jar.?

You can use TouchActions for this.

Hope it will help.

1 Like