# File lib/selenium/webdriver/common/touch_screen.rb, line 30 def down(x, y = nil) x, y = coords_from x, y @bridge.touchDown x, y end