# File lib/capybara/searchable.rb, line 12
    def find_link(locator)
      find(:xpath, XPath.link(locator))
    end