Class: AppPrism::Sections::ScreenSection

Inherits:
Elements::Element show all
Extended by:
Finders, SectionFinders
Defined in:
lib/app_prism/sections/screen_section.rb

Instance Attribute Summary

Attributes inherited from Elements::Element

#locator, #platform

Instance Method Summary collapse

Methods included from Finders

element, elements, expected_element

Methods included from SectionFinders

screen_section, screen_sections

Methods inherited from Elements::Element

#clear, #click, #default_wait_time, #element, #initialize, #nested_element, #parent, #send_keys, #size, #text, #touch, #visible?, #wait_for, #when_not_visible, #when_visible

Methods included from Elements::NestedElements

#nested_elements

Constructor Details

This class inherits a constructor from AppPrism::Elements::Element

Instance Method Details

#get_element_for(identifiers) ⇒ Object



10
11
12
# File 'lib/app_prism/sections/screen_section.rb', line 10

def get_element_for(identifiers)
  nested_element(identifiers)
end

#get_elements_for(identifiers) ⇒ Object



14
15
16
# File 'lib/app_prism/sections/screen_section.rb', line 14

def get_elements_for(identifiers)
  nested_elements(identifiers)
end