Issues with swipe on Android 6

Hi,

My python automation scripts were working fine on Android devices with 5.x.x OS versions. However, they seem to break when running against Android 6.x.x OS versions.

In particular, I am having issues tapping a button after a swipe command as well as issues with entering data in some input fields.

Has anybody else encountered this type of issue?

I am running Appium 1.4.16.1 and using python client 0.14.

Thanks!

Try to add a sleep after the swipe operation is completed.