module Selenium::WebDriver::Interactions

def touch(name: nil)

def touch(name: nil)
  pointer(:touch, name: name)
end