This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
3 / 3
Jun 2016

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_action49

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,

  • created

    Nov '14
  • last reply

    May '16
  • 2

    replies

  • 1.4k

    views

  • 2

    users

  • 2

    links

1 year later

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?