Tap on screen using appium

Tapping on any WebElement on screen is same as clicking on the object, (just, tap word is a mobile term), but tap method provides some more features. To tap on any position on screen or center of a webElement, java-client have a class TouchAction which provides 3methods Refer – java-client docs Syntax –  TouchAction tc =…