Module: Capybara::ActiveAdmin::Finders
- Includes:
- AttributesTable, Form, Layout, Table
- Included in:
- TestHelpers
- Defined in:
- lib/capybara/active_admin/finders.rb,
lib/capybara/active_admin/finders/form.rb,
lib/capybara/active_admin/finders/table.rb,
lib/capybara/active_admin/finders/layout.rb,
lib/capybara/active_admin/finders/attributes_table.rb
Overview
Finders are methods that find DOM element(s) or change current scope to node element.
Find element(s) method names should start with find_.
Change current scope method names should start with within_.
Defined Under Namespace
Modules: AttributesTable, Form, Layout, Table
Method Summary
Methods included from Form
#within_filters, #within_form_for, #within_form_has_many
Methods included from AttributesTable
#within_attribute_row, #within_attributes_table_for
Methods included from Table
#find_table_cell, #find_table_row, #within_table_cell, #within_table_for, #within_table_row
Methods included from Layout
#find_footer, #within_modal_dialog, #within_panel, #within_sidebar, #within_tab_body