# File lib/capybara/session.rb, line 187 def has_no_link?(locator) has_no_xpath?(XPath.link(locator)) end