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