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