Thanks Chris it worked for me, by following below code.
//For left to right swipe
Mobile.swipe(1300, 500, 0, 500, FailureHandling.CONTINUE_ON_FAILURE)
//for right to left swipe.
Mobile.swipe(0, 500, 1300, 500)
Thanks Again. Cheers
Thanks Chris it worked for me, by following below code.
//For left to right swipe
Mobile.swipe(1300, 500, 0, 500, FailureHandling.CONTINUE_ON_FAILURE)
//for right to left swipe.
Mobile.swipe(0, 500, 1300, 500)
Thanks Again. Cheers