How do I swipe to next scrren or tap on small dot button located on above home screen

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

1 Like