# File lib/selenium/webdriver/remote/bridge.rb, line 444
        def touchMove(x, y)
          execute :touchMove, {}, :x => x, :y => y
        end