Getting "Not yet implemented" when try to use Swipe method

The co ordinates are wrong!!

U have to swipe along Xaxis so keep the y axis constant…

Try driver.swipe(767,629,5,629);

This might work fine.

Happy Testing:)