# File lib/capybara/node/matchers.rb, line 393
      def has_table?(locator, options={})
        has_xpath?(XPath::HTML.table(locator, options))
      end