Method: Capybara::Session#has_unchecked_field?

Defined in:
lib/capybara/session.rb

#has_unchecked_field?(locator) ⇒ Boolean

Returns:

  • (Boolean)


211
212
213
# File 'lib/capybara/session.rb', line 211

def has_unchecked_field?(locator)
  has_xpath?(XPath.field(locator, :unchecked => true))
end