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