# File lib/selenium/webdriver/common/action_builder.rb, line 41
      def click_and_hold(element)
        @actions << [:mouse, :down, element]
        self
      end