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