Class: AutomationObject::BluePrint::Composite::ElementHash
- Includes:
- ElementHelper, MultipleElementsHelper
- Defined in:
- lib/automation_object/blue_print/composite/element_hash.rb
Overview
ElementHash composite class
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#define_elements_by ⇒ Symbol
Element method to define element keys by.
Methods included from MultipleElementsHelper
#custom_range, #remove_duplicates
Methods included from ElementHelper
#changes, #default_input, #in_iframe, #in_iframe?, #method_hook?, #method_hooks, #method_to_container, #selector_params
Methods inherited from Base
Constructor Details
This class inherits a constructor from AutomationObject::BluePrint::Composite::Base
Instance Method Details
#define_elements_by ⇒ Symbol
Returns element method to define element keys by
20 21 22 |
# File 'lib/automation_object/blue_print/composite/element_hash.rb', line 20 def define_elements_by adapter.define_elements_by end |