# File lib/selenium/webdriver/common/touch_screen.rb, line 35
      def up(x, y = nil)
        x, y = coords_from x, y
        @bridge.touchUp x, y
      end