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