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