# File lib/webrat/core/scope.rb, line 275 def click_link(text_or_title_or_id, options = {}) find_link(text_or_title_or_id).click(options) end