Module: Capybara::ActiveAdmin::Finders

Includes:
Finders::AttributesTable, Finders::Form, Finders::Layout, Finders::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