# File lib/selenium/webdriver/common/touch_action_builder.rb, line 47 def down(x, y = nil) @actions << [:touch_screen, :down, [x, y]] self end