module Capybara::ActiveAdmin::Finders

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_.