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