# File lib/selenium/webdriver/common/action_builder.rb, line 56
      def double_click(element = nil)
        @actions << [:mouse, :double_click, element]
        self
      end