Module: Capybarista::Extensions::Base
Instance Method Summary collapse
-
#all_fields(options = {}) ⇒ Object
Returns the list of fields that require user input.
Instance Method Details
#all_fields(options = {}) ⇒ Object
Returns the list of fields that require user input.
44 45 46 |
# File 'lib/capybarista/extensions.rb', line 44 def all_fields( = {}) all(:xpath, Capybarista::Queries::XPath.all_fields, ) end |