Method: Capybara::Session#has_no_table?

Defined in:
lib/capybara/session.rb

#has_no_table?(locator, options = {}) ⇒ Boolean

Returns:

  • (Boolean)


227
228
229
# File 'lib/capybara/session.rb', line 227

def has_no_table?(locator, options={})
  has_no_xpath?(XPath.table(locator, options))
end