Ruby Gem to Perform Touch Gestures on Web Apps

Hey guys,

I was missing a way of performing Touch Gestures on mobile web applications, so I have developed Touch Action Gem: https://github.com/Ricardonacif/touch_action

It basically uses YUI Gesture API to allow you to perform the following gestures using both Selenium and Watir Webdriver:

flick
pinch
tap
doubletap
press
move
rotate

I have created a small demo of it:

Hope you guys like it.

Thanks,

Ricardo, I am getting a “Not yet implemented.” message when I try to use this gem. Can you please tell me what might I be doing wrong? I am using Appium Lib 7.0.0, Ruby version is 1.9.3.

Can you post the snippet of your code that’s calling the touch gesture to help us help you?