Class: FunFX::Flex::Elements::FlexRepeater

Inherits:
FunFX::Flex::Element show all
Includes:
TabularData
Defined in:
lib/funfx/flex/elements.rb

Constant Summary

Constants inherited from FunFX::Flex::Element

FunFX::Flex::Element::MAX_TRIES

Instance Attribute Summary

Attributes inherited from FunFX::Flex::Element

#flex_app, #flex_locator

Instance Method Summary collapse

Methods included from TabularData

#column_names, #num_columns, #num_rows, #values

Methods inherited from FunFX::Flex::Element

#fire_event, #flex_invoke, #get_property_value, #get_tabular_property_value, #initialize, #invoke_tabular_method, #label_element, #raise_if_funfx_error, #shift_case

Constructor Details

This class inherits a constructor from FunFX::Flex::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FunFX::Flex::Element

Instance Method Details

#automation_indexObject



2698
2699
2700
# File 'lib/funfx/flex/elements.rb', line 2698

def automation_index
  get_property_value('automationIndex', String)
end

#automation_nameObject



2686
2687
2688
# File 'lib/funfx/flex/elements.rb', line 2686

def automation_name
  get_property_value('automationName', String)
end

#class_nameObject



2694
2695
2696
# File 'lib/funfx/flex/elements.rb', line 2694

def class_name
  get_property_value('className', String)
end

#countObject



2702
2703
2704
# File 'lib/funfx/flex/elements.rb', line 2702

def count
  get_property_value('count', String)
end

#idObject



2690
2691
2692
# File 'lib/funfx/flex/elements.rb', line 2690

def id
  get_property_value('id', String)
end