Swipe down the screen in 1.6.5

Hi,

How can I swipe down the screen in Android in Appium v1.6.5.

Thanks,
Gowtham

In Python to swipe to top of screen you can try this:

self.driver.swipe(start_x, start_y, end_x, end_y, duration)

self.driver.swipe(470, 400, 470, 950, 1400)

Check this link for Swipe from other languages:
https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/appium-bindings.md#swipe