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