# File lib/selenium/webdriver/common/touch_action_builder.rb, line 37
      def double_tap(element)
        @actions << [:touch_screen, :double_tap, [element]]
        self
      end