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