When I call the following,
Appium::TouchAction.new.tap( x: x, y:y, count: 1).release.perform
I get the following error:
Error -. Support for gestures other than Tap is not yet implemented. Please contact an Appium dev
I need to tap on a location via global coords, how is this possible in 1.6?