# File lib/capybara/session.rb, line 183
    def has_link?(locator)
      has_xpath?(XPath.link(locator))
    end