# File lib/capybara/session.rb, line 223
    def has_table?(locator, options={})
      has_xpath?(XPath.table(locator, options))
    end