# File lib/capybara/node/finders.rb, line 49 def find_link(locator) find(:xpath, XPath::HTML.link(locator)) end