module Capybara::Node::Matchers
def has_no_table?(locator = nil, **options, &optional_filter_block)
-
(Boolean)- Whether it doesn't exist
Parameters:
-
() --
def has_no_table?(locator = nil, **options, &optional_filter_block) has_no_selector?(:table, locator, options, &optional_filter_block) end