# File lib/selenium/webdriver/common/touch_screen.rb, line 40 def move(x, y = nil) x, y = coords_from x, y @bridge.touchMove x, y end