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