# File lib/selenium/webdriver/common/touch_action_builder.rb, line 52
      def up(x, y = nil)
        @actions << [:touch_screen, :up, [x, y]]
        self
      end